Html Css Color HEX #0C34AB Egyptian Blue

📋 copy color: '#0C34AB'

red 12 ◦ green 52 ◦ blue 171

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

Shades of Egyptian Blue #0C34AB

Tints of Egyptian Blue #0C34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

 BLUE value IS 171 (67.19% from 255) = 72.77%

R = 5.11%
G = 22.13%
B = 72.77%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C34AB (or 0x0C34AB) is known color: Egyptian Blue. HEX triplet: 0C, 34 and AB. RGB value is (12,52,171). Sum of RGB (Red+Green+Blue) = 12+52+171=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 171 (67.19% from 255 or 72.77% from 235); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C34AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C34AB is #F3CB54. Grayscale: #353535. Windows color (decimal): -15977301 or 11219980. OLE color: 11219980.

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

Color convert

RGB 12 52 171 -
CMYK 0.93 0.70 0 0.33
HSL 224.91º 0.87% 0.36% -
HSV(B) 224.91º 0.93% 0.67% -
XYZ 8.73 5.47 39.12 -
YUV 53.61 194.25 98.32 -
System Red Green Blue C M Y K H S L
Decimal 12 52 171 0.93 0.70 0 0.33 224.91 0.87 0.36
Hex C 34 AB 5D 46 0 21 E1 57 24
Octal 14 64 253 135 106 0 41 341 127 44
Binary 1100 110100 10101011 1011101 1000110 0 100001 11100001 1010111 100100

Color Harmonies of #0C34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C34AB

Black with #0C34AB

Text Example


Text Example

White with #0C34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,52,171); }

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

background-color css

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

 a { background-color: rgb(12,52,171); }

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

border-color css

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

 span { border-color: rgb(12,52,171); }

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