Html Css Color HEX #0C37AD Egyptian Blue

📋 copy color: '#0C37AD'

red 12 ◦ green 55 ◦ blue 173

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

Shades of Egyptian Blue #0C37AD

Tints of Egyptian Blue #0C37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 5%
G = 22.92%
B = 72.08%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C37AD (or 0x0C37AD) is known color: Egyptian Blue. HEX triplet: 0C, 37 and AD. RGB value is (12,55,173). Sum of RGB (Red+Green+Blue) = 12+55+173=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C37AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C37AD is #F3C852. Grayscale: #373737. Windows color (decimal): -15976531 or 11351820. OLE color: 11351820.

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

Color convert

RGB 12 55 173 -
CMYK 0.93 0.68 0 0.32
HSL 223.98º 0.87% 0.36% -
HSV(B) 223.98º 0.93% 0.68% -
XYZ 9.06 5.83 40.18 -
YUV 55.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 12 55 173 0.93 0.68 0 0.32 223.98 0.87 0.36
Hex C 37 AD 5D 44 0 20 E0 57 24
Octal 14 67 255 135 104 0 40 340 127 44
Binary 1100 110111 10101101 1011101 1000100 0 100000 11100000 1010111 100100

Color Harmonies of #0C37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C37AD

Black with #0C37AD

Text Example


Text Example

White with #0C37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,55,173); }

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

background-color css

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

 a { background-color: rgb(12,55,173); }

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

border-color css

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

 span { border-color: rgb(12,55,173); }

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