Html Css Color HEX #0C2EB4 Egyptian Blue

📋 copy color: '#0C2EB4'

red 12 ◦ green 46 ◦ blue 180

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

Shades of Egyptian Blue #0C2EB4

Tints of Egyptian Blue #0C2EB4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 180 (70.7% from 255) = 75.63%

R = 5.04%
G = 19.33%
B = 75.63%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0C2EB4 (or 0x0C2EB4) is known color: Egyptian Blue. HEX triplet: 0C, 2E and B4. RGB value is (12,46,180). Sum of RGB (Red+Green+Blue) = 12+46+180=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 180 (70.70% from 255 or 75.63% from 238); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C2EB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2EB4 is #F3D14B. Grayscale: #323232. Windows color (decimal): -15978828 or 11808268. OLE color: 11808268.

HSL color Cylindrical-coordinate representation of color #0C2EB4: hue angle of 227.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2EB4 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 46 180 -
CMYK 0.93 0.74 0 0.29
HSL 227.86º 0.88% 0.38% -
HSV(B) 227.86º 0.93% 0.71% -
XYZ 9.37 5.33 43.71 -
YUV 51.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 12 46 180 0.93 0.74 0 0.29 227.86 0.88 0.38
Hex C 2E B4 5D 4A 0 1D E4 58 26
Octal 14 56 264 135 112 0 35 344 130 46
Binary 1100 101110 10110100 1011101 1001010 0 11101 11100100 1011000 100110

Color Harmonies of #0C2EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2EB4

Black with #0C2EB4

Text Example


Text Example

White with #0C2EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,46,180); }

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

background-color css

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

 a { background-color: rgb(12,46,180); }

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

border-color css

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

 span { border-color: rgb(12,46,180); }

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