Html Css Color HEX #0C25AC Egyptian Blue

📋 copy color: '#0C25AC'

red 12 ◦ green 37 ◦ blue 172

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

Shades of Egyptian Blue #0C25AC

Tints of Egyptian Blue #0C25AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 5.43%
G = 16.74%
B = 77.83%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C25AC (or 0x0C25AC) is known color: Egyptian Blue. HEX triplet: 0C, 25 and AC. RGB value is (12,37,172). Sum of RGB (Red+Green+Blue) = 12+37+172=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C25AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C25AC is #F3DA53. Grayscale: #2C2C2C. Windows color (decimal): -15981140 or 11281676. OLE color: 11281676.

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

Color convert

RGB 12 37 172 -
CMYK 0.93 0.78 0 0.33
HSL 230.63º 0.87% 0.36% -
HSV(B) 230.63º 0.93% 0.67% -
XYZ 8.26 4.38 39.44 -
YUV 44.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 12 37 172 0.93 0.78 0 0.33 230.63 0.87 0.36
Hex C 25 AC 5D 4E 0 21 E7 57 24
Octal 14 45 254 135 116 0 41 347 127 44
Binary 1100 100101 10101100 1011101 1001110 0 100001 11100111 1010111 100100

Color Harmonies of #0C25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C25AC

Black with #0C25AC

Text Example


Text Example

White with #0C25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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