Html Css Color HEX #0965EA Navy Blue

📋 copy color: '#0965EA'

red 9 ◦ green 101 ◦ blue 234

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

Shades of Navy Blue #0965EA

Tints of Navy Blue #0965EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.02%

R = 2.62%
G = 29.36%
B = 68.02%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0965EA (or 0x0965EA) is known color: Navy Blue. HEX triplet: 09, 65 and EA. RGB value is (9,101,234). Sum of RGB (Red+Green+Blue) = 9+101+234=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #0965EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0965EA is #F69A15. Grayscale: #585858. Windows color (decimal): -16161302 or 15361289. OLE color: 15361289.

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

Color convert

RGB 9 101 234 -
CMYK 0.96 0.57 0 0.08
HSL 215.47º 0.93% 0.48% -
HSV(B) 215.47º 0.96% 0.92% -
XYZ 19.62 15.31 79.76 -
YUV 88.65 210.02 71.19 -
System Red Green Blue C M Y K H S L
Decimal 9 101 234 0.96 0.57 0 0.08 215.47 0.93 0.48
Hex 9 65 EA 60 39 0 8 D7 5D 30
Octal 11 145 352 140 71 0 10 327 135 60
Binary 1001 1100101 11101010 1100000 111001 0 1000 11010111 1011101 110000

Color Harmonies of #0965EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0965EA

Black with #0965EA

Text Example


Text Example

White with #0965EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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