Html Css Color HEX #0C33AA Egyptian Blue

📋 copy color: '#0C33AA'

red 12 ◦ green 51 ◦ blue 170

#0C33AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0C33AA

Tints of Egyptian Blue #0C33AA

RGB

 RED value IS 12 (5.08% from 255) = 5.15%

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 5.15%
G = 21.89%
B = 72.96%

CMYK

 C value IS 0.93

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C33AA (or 0x0C33AA) is known color: Egyptian Blue. HEX triplet: 0C, 33 and AA. RGB value is (12,51,170). Sum of RGB (Red+Green+Blue) = 12+51+170=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C33AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C33AA is #F3CC55. Grayscale: #343434. Windows color (decimal): -15977558 or 11154188. OLE color: 11154188.

HSL color Cylindrical-coordinate representation of color #0C33AA: hue angle of 225.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C33AA is Cyan = 0.93, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 51 170 -
CMYK 0.93 0.7 0 0.33
HSL 225.19º 0.87% 0.36% -
HSV(B) 225.19º 0.93% 0.67% -
XYZ 8.59 5.35 38.61 -
YUV 52.91 194.08 98.82 -
System Red Green Blue C M Y K H S L
Decimal 12 51 170 0.93 0.7 0 0.33 225.19 0.87 0.36
Hex C 33 AA 5D 46 0 21 E1 57 24
Octal 14 63 252 135 106 0 41 341 127 44
Binary 1100 110011 10101010 1011101 1000110 0 100001 11100001 1010111 100100

Color Harmonies of #0C33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C33AA

Black with #0C33AA

Text Example


Text Example

White with #0C33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C33AA; }

 p { color: rgb(12,51,170); }

 H1.HeaderClassName
 {
   color: #0C33AA;
 }
 .AnyTagClassName
 {
   color: #0C33AA;
 }
</style>

background-color css

<style>
 a { background-color: #0C33AA; }

 a { background-color: rgb(12,51,170); }

 div.DivClassName
 {
   background-color: #0C33AA;
 }
 .BgClassName
 {
   background-color: #0C33AA;
 }
</style>

border-color css

<style>
 span { border-color: #0C33AA; }

 span { border-color: rgb(12,51,170); }

 td.TdClassName
 {
   border-color: #0C33AA;
 }
 .TagClassName
 {
   border-color: #0C33AA;
 }
</style>