Html Css Color HEX #0F3BAB Egyptian Blue

📋 copy color: '#0F3BAB'

red 15 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #0F3BAB

Tints of Egyptian Blue #0F3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 6.12%
G = 24.08%
B = 69.8%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F3BAB (or 0x0F3BAB) is known color: Egyptian Blue. HEX triplet: 0F, 3B and AB. RGB value is (15,59,171). Sum of RGB (Red+Green+Blue) = 15+59+171=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F3BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3BAB is #F0C454. Grayscale: #3A3A3A. Windows color (decimal): -15778901 or 11221775. OLE color: 11221775.

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

Color convert

RGB 15 59 171 -
CMYK 0.91 0.65 0 0.33
HSL 223.08º 0.84% 0.36% -
HSV(B) 223.08º 0.91% 0.67% -
XYZ 9.11 6.17 39.24 -
YUV 58.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 15 59 171 0.91 0.65 0 0.33 223.08 0.84 0.36
Hex F 3B AB 5B 41 0 21 DF 54 24
Octal 17 73 253 133 101 0 41 337 124 44
Binary 1111 111011 10101011 1011011 1000001 0 100001 11011111 1010100 100100

Color Harmonies of #0F3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3BAB

Black with #0F3BAB

Text Example


Text Example

White with #0F3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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