Html Css Color HEX #0967DF Navy Blue

📋 copy color: '#0967DF'

red 9 ◦ green 103 ◦ blue 223

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

Shades of Navy Blue #0967DF

Tints of Navy Blue #0967DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 2.69%
G = 30.75%
B = 66.57%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0967DF (or 0x0967DF) is known color: Navy Blue. HEX triplet: 09, 67 and DF. RGB value is (9,103,223). Sum of RGB (Red+Green+Blue) = 9+103+223=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #0967DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0967DF is #F69820. Grayscale: #585858. Windows color (decimal): -16160801 or 14640905. OLE color: 14640905.

HSL color Cylindrical-coordinate representation of color #0967DF: hue angle of 213.64º 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 #0967DF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 103 223 -
CMYK 0.96 0.54 0 0.13
HSL 213.64º 0.92% 0.45% -
HSV(B) 213.64º 0.96% 0.87% -
XYZ 18.28 15.09 71.76 -
YUV 88.57 203.86 71.24 -
System Red Green Blue C M Y K H S L
Decimal 9 103 223 0.96 0.54 0 0.13 213.64 0.92 0.45
Hex 9 67 DF 60 36 0 D D6 5C 2D
Octal 11 147 337 140 66 0 15 326 134 55
Binary 1001 1100111 11011111 1100000 110110 0 1101 11010110 1011100 101101

Color Harmonies of #0967DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0967DF

Black with #0967DF

Text Example


Text Example

White with #0967DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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