Html Css Color HEX #0F2DAB Egyptian Blue

📋 copy color: '#0F2DAB'

red 15 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #0F2DAB

Tints of Egyptian Blue #0F2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

 BLUE value IS 171 (67.19% from 255) = 74.03%

R = 6.49%
G = 19.48%
B = 74.03%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F2DAB (or 0x0F2DAB) is known color: Egyptian Blue. HEX triplet: 0F, 2D and AB. RGB value is (15,45,171). Sum of RGB (Red+Green+Blue) = 15+45+171=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F2DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2DAB is #F0D254. Grayscale: #313131. Windows color (decimal): -15782485 or 11218191. OLE color: 11218191.

HSL color Cylindrical-coordinate representation of color #0F2DAB: hue angle of 228.46º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F2DAB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 45 171 -
CMYK 0.91 0.74 0 0.33
HSL 228.46º 0.84% 0.36% -
HSV(B) 228.46º 0.91% 0.67% -
XYZ 8.49 4.92 39.03 -
YUV 50.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 15 45 171 0.91 0.74 0 0.33 228.46 0.84 0.36
Hex F 2D AB 5B 4A 0 21 E4 54 24
Octal 17 55 253 133 112 0 41 344 124 44
Binary 1111 101101 10101011 1011011 1001010 0 100001 11100100 1010100 100100

Color Harmonies of #0F2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2DAB

Black with #0F2DAB

Text Example


Text Example

White with #0F2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,45,171); }

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

background-color css

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

 a { background-color: rgb(15,45,171); }

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

border-color css

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

 span { border-color: rgb(15,45,171); }

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