Html Css Color HEX #0962DD Navy Blue

📋 copy color: '#0962DD'

red 9 ◦ green 98 ◦ blue 221

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

Shades of Navy Blue #0962DD

Tints of Navy Blue #0962DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 221 (86.72% from 255) = 67.38%

R = 2.74%
G = 29.88%
B = 67.38%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0962DD (or 0x0962DD) is known color: Navy Blue. HEX triplet: 09, 62 and DD. RGB value is (9,98,221). Sum of RGB (Red+Green+Blue) = 9+98+221=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #0962DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962DD is #F69D22. Grayscale: #545454. Windows color (decimal): -16162083 or 14508553. OLE color: 14508553.

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

Color convert

RGB 9 98 221 -
CMYK 0.96 0.56 0 0.13
HSL 214.81º 0.92% 0.45% -
HSV(B) 214.81º 0.96% 0.87% -
XYZ 17.53 14.01 70.19 -
YUV 85.41 204.51 73.5 -
System Red Green Blue C M Y K H S L
Decimal 9 98 221 0.96 0.56 0 0.13 214.81 0.92 0.45
Hex 9 62 DD 60 38 0 D D7 5C 2D
Octal 11 142 335 140 70 0 15 327 134 55
Binary 1001 1100010 11011101 1100000 111000 0 1101 11010111 1011100 101101

Color Harmonies of #0962DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962DD

Black with #0962DD

Text Example


Text Example

White with #0962DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0962DD; }

 p { color: rgb(9,98,221); }

 H1.HeaderClassName
 {
   color: #0962DD;
 }
 .AnyTagClassName
 {
   color: #0962DD;
 }
</style>

background-color css

<style>
 a { background-color: #0962DD; }

 a { background-color: rgb(9,98,221); }

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

border-color css

<style>
 span { border-color: #0962DD; }

 span { border-color: rgb(9,98,221); }

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