Html Css Color HEX #0F239A Egyptian Blue

📋 copy color: '#0F239A'

red 15 ◦ green 35 ◦ blue 154

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

Shades of Egyptian Blue #0F239A

Tints of Egyptian Blue #0F239A

RGB

 RED value IS 15 (6.25% from 255) = 7.35%

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 154 (60.55% from 255) = 75.49%

R = 7.35%
G = 17.16%
B = 75.49%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F239A (or 0x0F239A) is known color: Egyptian Blue. HEX triplet: 0F, 23 and 9A. RGB value is (15,35,154). Sum of RGB (Red+Green+Blue) = 15+35+154=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F239A is #F0DC65. Grayscale: #2A2A2A. Windows color (decimal): -15785062 or 10101519. OLE color: 10101519.

HSL color Cylindrical-coordinate representation of color #0F239A: hue angle of 231.37º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F239A is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 35 154 -
CMYK 0.90 0.77 0 0.40
HSL 231.37º 0.82% 0.33% -
HSV(B) 231.37º 0.9% 0.6% -
XYZ 6.63 3.64 30.92 -
YUV 42.59 190.87 108.32 -
System Red Green Blue C M Y K H S L
Decimal 15 35 154 0.90 0.77 0 0.40 231.37 0.82 0.33
Hex F 23 9A 5A 4D 0 28 E7 52 21
Octal 17 43 232 132 115 0 50 347 122 41
Binary 1111 100011 10011010 1011010 1001101 0 101000 11100111 1010010 100001

Color Harmonies of #0F239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F239A

Black with #0F239A

Text Example


Text Example

White with #0F239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,154); }

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

background-color css

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

 a { background-color: rgb(15,35,154); }

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

border-color css

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

 span { border-color: rgb(15,35,154); }

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