Html Css Color HEX #0F34AB Egyptian Blue

📋 copy color: '#0F34AB'

red 15 ◦ green 52 ◦ blue 171

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

Shades of Egyptian Blue #0F34AB

Tints of Egyptian Blue #0F34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 6.3%
G = 21.85%
B = 71.85%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F34AB (or 0x0F34AB) is known color: Egyptian Blue. HEX triplet: 0F, 34 and AB. RGB value is (15,52,171). Sum of RGB (Red+Green+Blue) = 15+52+171=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F34AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F34AB is #F0CB54. Grayscale: #353535. Windows color (decimal): -15780693 or 11219983. OLE color: 11219983.

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

Color convert

RGB 15 52 171 -
CMYK 0.91 0.70 0 0.33
HSL 225.77º 0.84% 0.36% -
HSV(B) 225.77º 0.91% 0.67% -
XYZ 8.78 5.5 39.13 -
YUV 54.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 15 52 171 0.91 0.70 0 0.33 225.77 0.84 0.36
Hex F 34 AB 5B 46 0 21 E2 54 24
Octal 17 64 253 133 106 0 41 342 124 44
Binary 1111 110100 10101011 1011011 1000110 0 100001 11100010 1010100 100100

Color Harmonies of #0F34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F34AB

Black with #0F34AB

Text Example


Text Example

White with #0F34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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