Html Css Color HEX #097DCD Navy Blue

📋 copy color: '#097DCD'

red 9 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #097DCD

Tints of Navy Blue #097DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.87%

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

R = 2.65%
G = 36.87%
B = 60.47%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#097DCD (or 0x097DCD) is known color: Navy Blue. HEX triplet: 09, 7D and CD. RGB value is (9,125,205). Sum of RGB (Red+Green+Blue) = 9+125+205=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #097DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DCD is #F68232. Grayscale: #636363. Windows color (decimal): -16155187 or 13466889. OLE color: 13466889.

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

Color convert

RGB 9 125 205 -
CMYK 0.96 0.39 0 0.20
HSL 204.49º 0.92% 0.42% -
HSV(B) 204.49º 0.96% 0.8% -
XYZ 18.47 19.13 60.48 -
YUV 99.44 187.57 63.5 -
System Red Green Blue C M Y K H S L
Decimal 9 125 205 0.96 0.39 0 0.20 204.49 0.92 0.42
Hex 9 7D CD 60 27 0 14 CC 5C 2A
Octal 11 175 315 140 47 0 24 314 134 52
Binary 1001 1111101 11001101 1100000 100111 0 10100 11001100 1011100 101010

Color Harmonies of #097DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DCD

Black with #097DCD

Text Example


Text Example

White with #097DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097DCD; }

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

 H1.HeaderClassName
 {
   color: #097DCD;
 }
 .AnyTagClassName
 {
   color: #097DCD;
 }
</style>

background-color css

<style>
 a { background-color: #097DCD; }

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

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

border-color css

<style>
 span { border-color: #097DCD; }

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

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