Html Css Color HEX #0C259F Egyptian Blue

📋 copy color: '#0C259F'

red 12 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #0C259F

Tints of Egyptian Blue #0C259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 159 (62.5% from 255) = 76.44%

R = 5.77%
G = 17.79%
B = 76.44%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C259F (or 0x0C259F) is known color: Egyptian Blue. HEX triplet: 0C, 25 and 9F. RGB value is (12,37,159). Sum of RGB (Red+Green+Blue) = 12+37+159=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C259F is #F3DA60. Grayscale: #2A2A2A. Windows color (decimal): -15981153 or 10429708. OLE color: 10429708.

HSL color Cylindrical-coordinate representation of color #0C259F: hue angle of 229.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C259F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 37 159 -
CMYK 0.92 0.77 0 0.38
HSL 229.8º 0.86% 0.34% -
HSV(B) 229.8º 0.92% 0.62% -
XYZ 7.07 3.9 33.18 -
YUV 43.43 193.22 105.58 -
System Red Green Blue C M Y K H S L
Decimal 12 37 159 0.92 0.77 0 0.38 229.8 0.86 0.34
Hex C 25 9F 5C 4D 0 26 E6 56 22
Octal 14 45 237 134 115 0 46 346 126 42
Binary 1100 100101 10011111 1011100 1001101 0 100110 11100110 1010110 100010

Color Harmonies of #0C259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C259F

Black with #0C259F

Text Example


Text Example

White with #0C259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,159); }

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

background-color css

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

 a { background-color: rgb(12,37,159); }

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

border-color css

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

 span { border-color: rgb(12,37,159); }

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