Html Css Color HEX #0C3FAC Egyptian Blue

📋 copy color: '#0C3FAC'

red 12 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #0C3FAC

Tints of Egyptian Blue #0C3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 4.86%
G = 25.51%
B = 69.64%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C3FAC (or 0x0C3FAC) is known color: Egyptian Blue. HEX triplet: 0C, 3F and AC. RGB value is (12,63,172). Sum of RGB (Red+Green+Blue) = 12+63+172=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C3FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3FAC is #F3C053. Grayscale: #3B3B3B. Windows color (decimal): -15974484 or 11288332. OLE color: 11288332.

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

Color convert

RGB 12 63 172 -
CMYK 0.93 0.63 0 0.33
HSL 220.88º 0.87% 0.36% -
HSV(B) 220.88º 0.93% 0.67% -
XYZ 9.38 6.61 39.81 -
YUV 60.18 191.1 93.64 -
System Red Green Blue C M Y K H S L
Decimal 12 63 172 0.93 0.63 0 0.33 220.88 0.87 0.36
Hex C 3F AC 5D 3F 0 21 DD 57 24
Octal 14 77 254 135 77 0 41 335 127 44
Binary 1100 111111 10101100 1011101 111111 0 100001 11011101 1010111 100100

Color Harmonies of #0C3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3FAC

Black with #0C3FAC

Text Example


Text Example

White with #0C3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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