Html Css Color HEX #0B64DB Navy Blue

📋 copy color: '#0B64DB'

red 11 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #0B64DB

Tints of Navy Blue #0B64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 3.33%
G = 30.3%
B = 66.36%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B64DB (or 0x0B64DB) is known color: Navy Blue. HEX triplet: 0B, 64 and DB. RGB value is (11,100,219). Sum of RGB (Red+Green+Blue) = 11+100+219=330 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.33% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B64DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B64DB is #F49B24. Grayscale: #565656. Windows color (decimal): -16030501 or 14377995. OLE color: 14377995.

HSL color Cylindrical-coordinate representation of color #0B64DB: hue angle of 214.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B64DB is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 100 219 -
CMYK 0.95 0.54 0 0.14
HSL 214.33º 0.9% 0.45% -
HSV(B) 214.33º 0.95% 0.86% -
XYZ 17.48 14.3 68.86 -
YUV 86.96 202.51 73.82 -
System Red Green Blue C M Y K H S L
Decimal 11 100 219 0.95 0.54 0 0.14 214.33 0.9 0.45
Hex B 64 DB 5F 36 0 E D6 5A 2D
Octal 13 144 333 137 66 0 16 326 132 55
Binary 1011 1100100 11011011 1011111 110110 0 1110 11010110 1011010 101101

Color Harmonies of #0B64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B64DB

Black with #0B64DB

Text Example


Text Example

White with #0B64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,100,219); }

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

background-color css

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

 a { background-color: rgb(11,100,219); }

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

border-color css

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

 span { border-color: rgb(11,100,219); }

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