Html Css Color HEX #0969CC Navy Blue

📋 copy color: '#0969CC'

red 9 ◦ green 105 ◦ blue 204

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

Shades of Navy Blue #0969CC

Tints of Navy Blue #0969CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 2.83%
G = 33.02%
B = 64.15%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0969CC (or 0x0969CC) is known color: Navy Blue. HEX triplet: 09, 69 and CC. RGB value is (9,105,204). Sum of RGB (Red+Green+Blue) = 9+105+204=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #0969CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969CC is #F69633. Grayscale: #575757. Windows color (decimal): -16160308 or 13396233. OLE color: 13396233.

HSL color Cylindrical-coordinate representation of color #0969CC: hue angle of 210.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0969CC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 105 204 -
CMYK 0.96 0.49 0 0.2
HSL 210.46º 0.92% 0.42% -
HSV(B) 210.46º 0.96% 0.8% -
XYZ 16.06 14.52 59.08 -
YUV 87.58 193.7 71.95 -
System Red Green Blue C M Y K H S L
Decimal 9 105 204 0.96 0.49 0 0.2 210.46 0.92 0.42
Hex 9 69 CC 60 31 0 14 D2 5C 2A
Octal 11 151 314 140 61 0 24 322 134 52
Binary 1001 1101001 11001100 1100000 110001 0 10100 11010010 1011100 101010

Color Harmonies of #0969CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0969CC

Black with #0969CC

Text Example


Text Example

White with #0969CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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