Html Css Color HEX #0C28AC Egyptian Blue

📋 copy color: '#0C28AC'

red 12 ◦ green 40 ◦ blue 172

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

Shades of Egyptian Blue #0C28AC

Tints of Egyptian Blue #0C28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

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

R = 5.36%
G = 17.86%
B = 76.79%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C28AC (or 0x0C28AC) is known color: Egyptian Blue. HEX triplet: 0C, 28 and AC. RGB value is (12,40,172). Sum of RGB (Red+Green+Blue) = 12+40+172=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C28AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C28AC is #F3D753. Grayscale: #2E2E2E. Windows color (decimal): -15980372 or 11282444. OLE color: 11282444.

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

Color convert

RGB 12 40 172 -
CMYK 0.93 0.77 0 0.33
HSL 229.5º 0.87% 0.36% -
HSV(B) 229.5º 0.93% 0.67% -
XYZ 8.36 4.57 39.47 -
YUV 46.68 198.72 103.27 -
System Red Green Blue C M Y K H S L
Decimal 12 40 172 0.93 0.77 0 0.33 229.5 0.87 0.36
Hex C 28 AC 5D 4D 0 21 E6 57 24
Octal 14 50 254 135 115 0 41 346 127 44
Binary 1100 101000 10101100 1011101 1001101 0 100001 11100110 1010111 100100

Color Harmonies of #0C28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C28AC

Black with #0C28AC

Text Example


Text Example

White with #0C28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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