Html Css Color HEX #0974CD Navy Blue

📋 copy color: '#0974CD'

red 9 ◦ green 116 ◦ blue 205

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

Shades of Navy Blue #0974CD

Tints of Navy Blue #0974CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 205 (80.47% from 255) = 62.12%

R = 2.73%
G = 35.15%
B = 62.12%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0974CD (or 0x0974CD) is known color: Navy Blue. HEX triplet: 09, 74 and CD. RGB value is (9,116,205). Sum of RGB (Red+Green+Blue) = 9+116+205=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #0974CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0974CD is #F68B32. Grayscale: #5D5D5D. Windows color (decimal): -16157491 or 13464585. OLE color: 13464585.

HSL color Cylindrical-coordinate representation of color #0974CD: hue angle of 207.24º 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 #0974CD is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 116 205 -
CMYK 0.96 0.43 0 0.20
HSL 207.24º 0.92% 0.42% -
HSV(B) 207.24º 0.96% 0.8% -
XYZ 17.38 16.96 60.11 -
YUV 94.15 190.55 67.26 -
System Red Green Blue C M Y K H S L
Decimal 9 116 205 0.96 0.43 0 0.20 207.24 0.92 0.42
Hex 9 74 CD 60 2B 0 14 CF 5C 2A
Octal 11 164 315 140 53 0 24 317 134 52
Binary 1001 1110100 11001101 1100000 101011 0 10100 11001111 1011100 101010

Color Harmonies of #0974CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0974CD

Black with #0974CD

Text Example


Text Example

White with #0974CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0974CD; }

 p { color: rgb(9,116,205); }

 H1.HeaderClassName
 {
   color: #0974CD;
 }
 .AnyTagClassName
 {
   color: #0974CD;
 }
</style>

background-color css

<style>
 a { background-color: #0974CD; }

 a { background-color: rgb(9,116,205); }

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

border-color css

<style>
 span { border-color: #0974CD; }

 span { border-color: rgb(9,116,205); }

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