Html Css Color HEX #0968EA Navy Blue

📋 copy color: '#0968EA'

red 9 ◦ green 104 ◦ blue 234

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

Shades of Navy Blue #0968EA

Tints of Navy Blue #0968EA

RGB

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

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

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

R = 2.59%
G = 29.97%
B = 67.44%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0968EA (or 0x0968EA) is known color: Navy Blue. HEX triplet: 09, 68 and EA. RGB value is (9,104,234). Sum of RGB (Red+Green+Blue) = 9+104+234=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #0968EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0968EA is #F69715. Grayscale: #595959. Windows color (decimal): -16160534 or 15362057. OLE color: 15362057.

HSL color Cylindrical-coordinate representation of color #0968EA: hue angle of 214.67º 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 #0968EA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 104 234 -
CMYK 0.96 0.56 0 0.08
HSL 214.67º 0.93% 0.48% -
HSV(B) 214.67º 0.96% 0.92% -
XYZ 19.91 15.9 79.86 -
YUV 90.42 209.03 69.93 -
System Red Green Blue C M Y K H S L
Decimal 9 104 234 0.96 0.56 0 0.08 214.67 0.93 0.48
Hex 9 68 EA 60 38 0 8 D7 5D 30
Octal 11 150 352 140 70 0 10 327 135 60
Binary 1001 1101000 11101010 1100000 111000 0 1000 11010111 1011101 110000

Color Harmonies of #0968EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968EA

Black with #0968EA

Text Example


Text Example

White with #0968EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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