Html Css Color HEX #0B68DB Navy Blue

📋 copy color: '#0B68DB'

red 11 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #0B68DB

Tints of Navy Blue #0B68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

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

R = 3.29%
G = 31.14%
B = 65.57%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B68DB (or 0x0B68DB) is known color: Navy Blue. HEX triplet: 0B, 68 and DB. RGB value is (11,104,219). Sum of RGB (Red+Green+Blue) = 11+104+219=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B68DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B68DB is #F49724. Grayscale: #585858. Windows color (decimal): -16029477 or 14379019. OLE color: 14379019.

HSL color Cylindrical-coordinate representation of color #0B68DB: hue angle of 213.17º 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 #0B68DB is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 104 219 -
CMYK 0.95 0.53 0 0.14
HSL 213.17º 0.9% 0.45% -
HSV(B) 213.17º 0.95% 0.86% -
XYZ 17.87 15.09 68.99 -
YUV 89.3 201.19 72.15 -
System Red Green Blue C M Y K H S L
Decimal 11 104 219 0.95 0.53 0 0.14 213.17 0.9 0.45
Hex B 68 DB 5F 35 0 E D5 5A 2D
Octal 13 150 333 137 65 0 16 325 132 55
Binary 1011 1101000 11011011 1011111 110101 0 1110 11010101 1011010 101101

Color Harmonies of #0B68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B68DB

Black with #0B68DB

Text Example


Text Example

White with #0B68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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