Html Css Color HEX #0969DE Navy Blue

📋 copy color: '#0969DE'

red 9 ◦ green 105 ◦ blue 222

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

Shades of Navy Blue #0969DE

Tints of Navy Blue #0969DE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 2.68%
G = 31.25%
B = 66.07%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0969DE (or 0x0969DE) is known color: Navy Blue. HEX triplet: 09, 69 and DE. RGB value is (9,105,222). Sum of RGB (Red+Green+Blue) = 9+105+222=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #0969DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969DE is #F69621. Grayscale: #595959. Windows color (decimal): -16160290 or 14575881. OLE color: 14575881.

HSL color Cylindrical-coordinate representation of color #0969DE: hue angle of 212.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969DE is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 105 222 -
CMYK 0.96 0.53 0 0.13
HSL 212.96º 0.92% 0.45% -
HSV(B) 212.96º 0.96% 0.87% -
XYZ 18.35 15.44 71.12 -
YUV 89.63 202.7 70.49 -
System Red Green Blue C M Y K H S L
Decimal 9 105 222 0.96 0.53 0 0.13 212.96 0.92 0.45
Hex 9 69 DE 60 35 0 D D5 5C 2D
Octal 11 151 336 140 65 0 15 325 134 55
Binary 1001 1101001 11011110 1100000 110101 0 1101 11010101 1011100 101101

Color Harmonies of #0969DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969DE

Black with #0969DE

Text Example


Text Example

White with #0969DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0969DE; }

 p { color: rgb(9,105,222); }

 H1.HeaderClassName
 {
   color: #0969DE;
 }
 .AnyTagClassName
 {
   color: #0969DE;
 }
</style>

background-color css

<style>
 a { background-color: #0969DE; }

 a { background-color: rgb(9,105,222); }

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

border-color css

<style>
 span { border-color: #0969DE; }

 span { border-color: rgb(9,105,222); }

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