Html Css Color HEX #0C3AAE Egyptian Blue

📋 copy color: '#0C3AAE'

red 12 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #0C3AAE

Tints of Egyptian Blue #0C3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 4.92%
G = 23.77%
B = 71.31%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C3AAE (or 0x0C3AAE) is known color: Egyptian Blue. HEX triplet: 0C, 3A and AE. RGB value is (12,58,174). Sum of RGB (Red+Green+Blue) = 12+58+174=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C3AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3AAE is #F3C551. Grayscale: #383838. Windows color (decimal): -15975762 or 11418124. OLE color: 11418124.

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

Color convert

RGB 12 58 174 -
CMYK 0.93 0.67 0 0.32
HSL 222.96º 0.87% 0.36% -
HSV(B) 222.96º 0.93% 0.68% -
XYZ 9.3 6.16 40.74 -
YUV 57.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 12 58 174 0.93 0.67 0 0.32 222.96 0.87 0.36
Hex C 3A AE 5D 43 0 20 DF 57 24
Octal 14 72 256 135 103 0 40 337 127 44
Binary 1100 111010 10101110 1011101 1000011 0 100000 11011111 1010111 100100

Color Harmonies of #0C3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3AAE

Black with #0C3AAE

Text Example


Text Example

White with #0C3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,174); }

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

background-color css

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

 a { background-color: rgb(12,58,174); }

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

border-color css

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

 span { border-color: rgb(12,58,174); }

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