Html Css Color HEX #0968DF Navy Blue

📋 copy color: '#0968DF'

red 9 ◦ green 104 ◦ blue 223

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

Shades of Navy Blue #0968DF

Tints of Navy Blue #0968DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 2.68%
G = 30.95%
B = 66.37%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0968DF (or 0x0968DF) is known color: Navy Blue. HEX triplet: 09, 68 and DF. RGB value is (9,104,223). Sum of RGB (Red+Green+Blue) = 9+104+223=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #0968DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0968DF is #F69720. Grayscale: #585858. Windows color (decimal): -16160545 or 14641161. OLE color: 14641161.

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

Color convert

RGB 9 104 223 -
CMYK 0.96 0.53 0 0.13
HSL 213.36º 0.92% 0.45% -
HSV(B) 213.36º 0.96% 0.87% -
XYZ 18.38 15.29 71.79 -
YUV 89.16 203.53 70.82 -
System Red Green Blue C M Y K H S L
Decimal 9 104 223 0.96 0.53 0 0.13 213.36 0.92 0.45
Hex 9 68 DF 60 35 0 D D5 5C 2D
Octal 11 150 337 140 65 0 15 325 134 55
Binary 1001 1101000 11011111 1100000 110101 0 1101 11010101 1011100 101101

Color Harmonies of #0968DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968DF

Black with #0968DF

Text Example


Text Example

White with #0968DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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