Html Css Color HEX #0C3AB2 Egyptian Blue

📋 copy color: '#0C3AB2'

red 12 ◦ green 58 ◦ blue 178

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

Shades of Egyptian Blue #0C3AB2

Tints of Egyptian Blue #0C3AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 178 (69.92% from 255) = 71.77%

R = 4.84%
G = 23.39%
B = 71.77%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0C3AB2 (or 0x0C3AB2) is known color: Egyptian Blue. HEX triplet: 0C, 3A and B2. RGB value is (12,58,178). Sum of RGB (Red+Green+Blue) = 12+58+178=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 178 (69.92% from 255 or 71.77% from 248); Max value from RGB is 178 - color contains mainly: blue. Hex color #0C3AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3AB2 is #F3C54D. Grayscale: #393939. Windows color (decimal): -15975758 or 11680268. OLE color: 11680268.

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

Color convert

RGB 12 58 178 -
CMYK 0.93 0.67 0 0.30
HSL 223.37º 0.87% 0.37% -
HSV(B) 223.37º 0.93% 0.7% -
XYZ 9.7 6.32 42.83 -
YUV 57.93 195.76 95.24 -
System Red Green Blue C M Y K H S L
Decimal 12 58 178 0.93 0.67 0 0.30 223.37 0.87 0.37
Hex C 3A B2 5D 43 0 1E DF 57 25
Octal 14 72 262 135 103 0 36 337 127 45
Binary 1100 111010 10110010 1011101 1000011 0 11110 11011111 1010111 100101

Color Harmonies of #0C3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3AB2

Black with #0C3AB2

Text Example


Text Example

White with #0C3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,178); }

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

background-color css

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

 a { background-color: rgb(12,58,178); }

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

border-color css

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

 span { border-color: rgb(12,58,178); }

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