Html Css Color HEX #0968EF Navy Blue

📋 copy color: '#0968EF'

red 9 ◦ green 104 ◦ blue 239

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

Shades of Navy Blue #0968EF

Tints of Navy Blue #0968EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.9%

R = 2.56%
G = 29.55%
B = 67.9%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0968EF (or 0x0968EF) is known color: Navy Blue. HEX triplet: 09, 68 and EF. RGB value is (9,104,239). Sum of RGB (Red+Green+Blue) = 9+104+239=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #0968EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0968EF is #F69710. Grayscale: #5A5A5A. Windows color (decimal): -16160529 or 15689737. OLE color: 15689737.

HSL color Cylindrical-coordinate representation of color #0968EF: hue angle of 215.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0968EF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 104 239 -
CMYK 0.96 0.56 0 0.06
HSL 215.22º 0.93% 0.49% -
HSV(B) 215.22º 0.96% 0.94% -
XYZ 20.64 16.19 83.7 -
YUV 90.99 211.53 69.52 -
System Red Green Blue C M Y K H S L
Decimal 9 104 239 0.96 0.56 0 0.06 215.22 0.93 0.49
Hex 9 68 EF 60 38 0 6 D7 5D 31
Octal 11 150 357 140 70 0 6 327 135 61
Binary 1001 1101000 11101111 1100000 111000 0 110 11010111 1011101 110001

Color Harmonies of #0968EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968EF

Black with #0968EF

Text Example


Text Example

White with #0968EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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