Html Css Color HEX #0B2DAD Egyptian Blue

📋 copy color: '#0B2DAD'

red 11 ◦ green 45 ◦ blue 173

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

Shades of Egyptian Blue #0B2DAD

Tints of Egyptian Blue #0B2DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.65%

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

R = 4.8%
G = 19.65%
B = 75.55%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B2DAD (or 0x0B2DAD) is known color: Egyptian Blue. HEX triplet: 0B, 2D and AD. RGB value is (11,45,173). Sum of RGB (Red+Green+Blue) = 11+45+173=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B2DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2DAD is #F4D252. Grayscale: #303030. Windows color (decimal): -16044627 or 11349259. OLE color: 11349259.

HSL color Cylindrical-coordinate representation of color #0B2DAD: hue angle of 227.41º 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 #0B2DAD is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 45 173 -
CMYK 0.94 0.74 0 0.32
HSL 227.41º 0.88% 0.36% -
HSV(B) 227.41º 0.94% 0.68% -
XYZ 8.62 4.97 40.04 -
YUV 49.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 11 45 173 0.94 0.74 0 0.32 227.41 0.88 0.36
Hex B 2D AD 5E 4A 0 20 E3 58 24
Octal 13 55 255 136 112 0 40 343 130 44
Binary 1011 101101 10101101 1011110 1001010 0 100000 11100011 1011000 100100

Color Harmonies of #0B2DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2DAD

Black with #0B2DAD

Text Example


Text Example

White with #0B2DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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