Html Css Color HEX #0F2BAB Egyptian Blue

📋 copy color: '#0F2BAB'

red 15 ◦ green 43 ◦ blue 171

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

Shades of Egyptian Blue #0F2BAB

Tints of Egyptian Blue #0F2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

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

R = 6.55%
G = 18.78%
B = 74.67%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F2BAB (or 0x0F2BAB) is known color: Egyptian Blue. HEX triplet: 0F, 2B and AB. RGB value is (15,43,171). Sum of RGB (Red+Green+Blue) = 15+43+171=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F2BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BAB is #F0D454. Grayscale: #303030. Windows color (decimal): -15782997 or 11217679. OLE color: 11217679.

HSL color Cylindrical-coordinate representation of color #0F2BAB: hue angle of 229.23º 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 #0F2BAB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 43 171 -
CMYK 0.91 0.75 0 0.33
HSL 229.23º 0.84% 0.36% -
HSV(B) 229.23º 0.91% 0.67% -
XYZ 8.41 4.77 39.01 -
YUV 49.22 196.72 103.59 -
System Red Green Blue C M Y K H S L
Decimal 15 43 171 0.91 0.75 0 0.33 229.23 0.84 0.36
Hex F 2B AB 5B 4B 0 21 E5 54 24
Octal 17 53 253 133 113 0 41 345 124 44
Binary 1111 101011 10101011 1011011 1001011 0 100001 11100101 1010100 100100

Color Harmonies of #0F2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2BAB

Black with #0F2BAB

Text Example


Text Example

White with #0F2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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