Html Css Color HEX #0974DC Navy Blue

📋 copy color: '#0974DC'

red 9 ◦ green 116 ◦ blue 220

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

Shades of Navy Blue #0974DC

Tints of Navy Blue #0974DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 2.61%
G = 33.62%
B = 63.77%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0974DC (or 0x0974DC) is known color: Navy Blue. HEX triplet: 09, 74 and DC. RGB value is (9,116,220). Sum of RGB (Red+Green+Blue) = 9+116+220=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #0974DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0974DC is #F68B23. Grayscale: #5F5F5F. Windows color (decimal): -16157476 or 14447625. OLE color: 14447625.

HSL color Cylindrical-coordinate representation of color #0974DC: hue angle of 209.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0974DC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 116 220 -
CMYK 0.96 0.47 0 0.14
HSL 209.57º 0.92% 0.45% -
HSV(B) 209.57º 0.96% 0.86% -
XYZ 19.28 17.72 70.11 -
YUV 95.86 198.05 66.04 -
System Red Green Blue C M Y K H S L
Decimal 9 116 220 0.96 0.47 0 0.14 209.57 0.92 0.45
Hex 9 74 DC 60 2F 0 E D2 5C 2D
Octal 11 164 334 140 57 0 16 322 134 55
Binary 1001 1110100 11011100 1100000 101111 0 1110 11010010 1011100 101101

Color Harmonies of #0974DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0974DC

Black with #0974DC

Text Example


Text Example

White with #0974DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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