Html Css Color HEX #0968DB Navy Blue

📋 copy color: '#0968DB'

red 9 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #0968DB

Tints of Navy Blue #0968DB

RGB

 RED value IS 9 (3.91% from 255) = 2.71%

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

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

R = 2.71%
G = 31.33%
B = 65.96%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0968DB (or 0x0968DB) is known color: Navy Blue. HEX triplet: 09, 68 and DB. RGB value is (9,104,219). Sum of RGB (Red+Green+Blue) = 9+104+219=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #0968DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968DB is #F69724. Grayscale: #585858. Windows color (decimal): -16160549 or 14379017. OLE color: 14379017.

HSL color Cylindrical-coordinate representation of color #0968DB: hue angle of 212.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0968DB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 104 219 -
CMYK 0.96 0.53 0 0.14
HSL 212.86º 0.92% 0.45% -
HSV(B) 212.86º 0.96% 0.86% -
XYZ 17.85 15.07 68.99 -
YUV 88.71 201.53 71.15 -
System Red Green Blue C M Y K H S L
Decimal 9 104 219 0.96 0.53 0 0.14 212.86 0.92 0.45
Hex 9 68 DB 60 35 0 E D5 5C 2D
Octal 11 150 333 140 65 0 16 325 134 55
Binary 1001 1101000 11011011 1100000 110101 0 1110 11010101 1011100 101101

Color Harmonies of #0968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968DB

Black with #0968DB

Text Example


Text Example

White with #0968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0968DB; }

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

 H1.HeaderClassName
 {
   color: #0968DB;
 }
 .AnyTagClassName
 {
   color: #0968DB;
 }
</style>

background-color css

<style>
 a { background-color: #0968DB; }

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

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

border-color css

<style>
 span { border-color: #0968DB; }

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

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