Html Css Color HEX #0965ED Navy Blue

📋 copy color: '#0965ED'

red 9 ◦ green 101 ◦ blue 237

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

Shades of Navy Blue #0965ED

Tints of Navy Blue #0965ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 2.59%
G = 29.11%
B = 68.3%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0965ED (or 0x0965ED) is known color: Navy Blue. HEX triplet: 09, 65 and ED. RGB value is (9,101,237). Sum of RGB (Red+Green+Blue) = 9+101+237=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #0965ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965ED is #F69A12. Grayscale: #585858. Windows color (decimal): -16161299 or 15557897. OLE color: 15557897.

HSL color Cylindrical-coordinate representation of color #0965ED: hue angle of 215.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0965ED is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 101 237 -
CMYK 0.96 0.57 0 0.07
HSL 215.79º 0.93% 0.48% -
HSV(B) 215.79º 0.96% 0.93% -
XYZ 20.05 15.48 82.05 -
YUV 89 211.52 70.94 -
System Red Green Blue C M Y K H S L
Decimal 9 101 237 0.96 0.57 0 0.07 215.79 0.93 0.48
Hex 9 65 ED 60 39 0 7 D8 5D 30
Octal 11 145 355 140 71 0 7 330 135 60
Binary 1001 1100101 11101101 1100000 111001 0 111 11011000 1011101 110000

Color Harmonies of #0965ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965ED

Black with #0965ED

Text Example


Text Example

White with #0965ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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