Html Css Color HEX #0C34B0 Egyptian Blue

📋 copy color: '#0C34B0'

red 12 ◦ green 52 ◦ blue 176

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

Shades of Egyptian Blue #0C34B0

Tints of Egyptian Blue #0C34B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 73.33%

R = 5%
G = 21.67%
B = 73.33%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C34B0 (or 0x0C34B0) is known color: Egyptian Blue. HEX triplet: 0C, 34 and B0. RGB value is (12,52,176). Sum of RGB (Red+Green+Blue) = 12+52+176=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #0C34B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C34B0 is #F3CB4F. Grayscale: #353535. Windows color (decimal): -15977296 or 11547660. OLE color: 11547660.

HSL color Cylindrical-coordinate representation of color #0C34B0: hue angle of 225.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C34B0 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 52 176 -
CMYK 0.93 0.70 0 0.31
HSL 225.37º 0.87% 0.37% -
HSV(B) 225.37º 0.93% 0.69% -
XYZ 9.22 5.67 41.68 -
YUV 54.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 12 52 176 0.93 0.70 0 0.31 225.37 0.87 0.37
Hex C 34 B0 5D 46 0 1F E1 57 25
Octal 14 64 260 135 106 0 37 341 127 45
Binary 1100 110100 10110000 1011101 1000110 0 11111 11100001 1010111 100101

Color Harmonies of #0C34B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C34B0

Black with #0C34B0

Text Example


Text Example

White with #0C34B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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