Html Css Color HEX #0C31AC Egyptian Blue

📋 copy color: '#0C31AC'

red 12 ◦ green 49 ◦ blue 172

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

Shades of Egyptian Blue #0C31AC

Tints of Egyptian Blue #0C31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 172 (67.58% from 255) = 73.82%

R = 5.15%
G = 21.03%
B = 73.82%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C31AC (or 0x0C31AC) is known color: Egyptian Blue. HEX triplet: 0C, 31 and AC. RGB value is (12,49,172). Sum of RGB (Red+Green+Blue) = 12+49+172=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C31AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C31AC is #F3CE53. Grayscale: #333333. Windows color (decimal): -15978068 or 11284748. OLE color: 11284748.

HSL color Cylindrical-coordinate representation of color #0C31AC: hue angle of 226.12º 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 #0C31AC is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 49 172 -
CMYK 0.93 0.72 0 0.33
HSL 226.13º 0.87% 0.36% -
HSV(B) 226.13º 0.93% 0.67% -
XYZ 8.7 5.25 39.59 -
YUV 51.96 195.74 99.5 -
System Red Green Blue C M Y K H S L
Decimal 12 49 172 0.93 0.72 0 0.33 226.13 0.87 0.36
Hex C 31 AC 5D 48 0 21 E2 57 24
Octal 14 61 254 135 110 0 41 342 127 44
Binary 1100 110001 10101100 1011101 1001000 0 100001 11100010 1010111 100100

Color Harmonies of #0C31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C31AC

Black with #0C31AC

Text Example


Text Example

White with #0C31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,49,172); }

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

background-color css

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

 a { background-color: rgb(12,49,172); }

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

border-color css

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

 span { border-color: rgb(12,49,172); }

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