Html Css Color HEX #0B36AD Egyptian Blue

📋 copy color: '#0B36AD'

red 11 ◦ green 54 ◦ blue 173

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

Shades of Egyptian Blue #0B36AD

Tints of Egyptian Blue #0B36AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 4.62%
G = 22.69%
B = 72.69%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B36AD (or 0x0B36AD) is known color: Egyptian Blue. HEX triplet: 0B, 36 and AD. RGB value is (11,54,173). Sum of RGB (Red+Green+Blue) = 11+54+173=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B36AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B36AD is #F4C952. Grayscale: #363636. Windows color (decimal): -16042323 or 11351563. OLE color: 11351563.

HSL color Cylindrical-coordinate representation of color #0B36AD: hue angle of 224.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B36AD is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 54 173 -
CMYK 0.94 0.69 0 0.32
HSL 224.07º 0.88% 0.36% -
HSV(B) 224.07º 0.94% 0.68% -
XYZ 9 5.73 40.17 -
YUV 54.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 11 54 173 0.94 0.69 0 0.32 224.07 0.88 0.36
Hex B 36 AD 5E 45 0 20 E0 58 24
Octal 13 66 255 136 105 0 40 340 130 44
Binary 1011 110110 10101101 1011110 1000101 0 100000 11100000 1011000 100100

Color Harmonies of #0B36AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B36AD

Black with #0B36AD

Text Example


Text Example

White with #0B36AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,173); }

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

background-color css

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

 a { background-color: rgb(11,54,173); }

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

border-color css

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

 span { border-color: rgb(11,54,173); }

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