Html Css Color HEX #0B39AA Egyptian Blue

📋 copy color: '#0B39AA'

red 11 ◦ green 57 ◦ blue 170

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

Shades of Egyptian Blue #0B39AA

Tints of Egyptian Blue #0B39AA

RGB

 RED value IS 11 (4.69% from 255) = 4.62%

 GREEN value IS 57 (22.66% from 255) = 23.95%

 BLUE value IS 170 (66.8% from 255) = 71.43%

R = 4.62%
G = 23.95%
B = 71.43%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B39AA (or 0x0B39AA) is known color: Egyptian Blue. HEX triplet: 0B, 39 and AA. RGB value is (11,57,170). Sum of RGB (Red+Green+Blue) = 11+57+170=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B39AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B39AA is #F4C655. Grayscale: #373737. Windows color (decimal): -16041558 or 11155723. OLE color: 11155723.

HSL color Cylindrical-coordinate representation of color #0B39AA: hue angle of 222.64º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B39AA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 57 170 -
CMYK 0.94 0.66 0 0.33
HSL 222.64º 0.88% 0.35% -
HSV(B) 222.64º 0.94% 0.67% -
XYZ 8.86 5.9 38.7 -
YUV 56.13 192.26 95.81 -
System Red Green Blue C M Y K H S L
Decimal 11 57 170 0.94 0.66 0 0.33 222.64 0.88 0.35
Hex B 39 AA 5E 42 0 21 DF 58 23
Octal 13 71 252 136 102 0 41 337 130 43
Binary 1011 111001 10101010 1011110 1000010 0 100001 11011111 1011000 100011

Color Harmonies of #0B39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B39AA

Black with #0B39AA

Text Example


Text Example

White with #0B39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,170); }

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

background-color css

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

 a { background-color: rgb(11,57,170); }

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

border-color css

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

 span { border-color: rgb(11,57,170); }

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