Html Css Color HEX #0965CF Navy Blue

📋 copy color: '#0965CF'

red 9 ◦ green 101 ◦ blue 207

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

Shades of Navy Blue #0965CF

Tints of Navy Blue #0965CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 2.84%
G = 31.86%
B = 65.3%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0965CF (or 0x0965CF) is known color: Navy Blue. HEX triplet: 09, 65 and CF. RGB value is (9,101,207). Sum of RGB (Red+Green+Blue) = 9+101+207=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #0965CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965CF is #F69A30. Grayscale: #555555. Windows color (decimal): -16161329 or 13591817. OLE color: 13591817.

HSL color Cylindrical-coordinate representation of color #0965CF: hue angle of 212.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0965CF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 101 207 -
CMYK 0.96 0.51 0 0.19
HSL 212.12º 0.92% 0.42% -
HSV(B) 212.12º 0.96% 0.81% -
XYZ 16.03 13.87 60.86 -
YUV 85.58 196.52 73.38 -
System Red Green Blue C M Y K H S L
Decimal 9 101 207 0.96 0.51 0 0.19 212.12 0.92 0.42
Hex 9 65 CF 60 33 0 13 D4 5C 2A
Octal 11 145 317 140 63 0 23 324 134 52
Binary 1001 1100101 11001111 1100000 110011 0 10011 11010100 1011100 101010

Color Harmonies of #0965CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965CF

Black with #0965CF

Text Example


Text Example

White with #0965CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0965CF; }

 p { color: rgb(9,101,207); }

 H1.HeaderClassName
 {
   color: #0965CF;
 }
 .AnyTagClassName
 {
   color: #0965CF;
 }
</style>

background-color css

<style>
 a { background-color: #0965CF; }

 a { background-color: rgb(9,101,207); }

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

border-color css

<style>
 span { border-color: #0965CF; }

 span { border-color: rgb(9,101,207); }

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