Html Css Color HEX #097DC9 Navy Blue

📋 copy color: '#097DC9'

red 9 ◦ green 125 ◦ blue 201

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

Shades of Navy Blue #097DC9

Tints of Navy Blue #097DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60%

R = 2.69%
G = 37.31%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#097DC9 (or 0x097DC9) is known color: Navy Blue. HEX triplet: 09, 7D and C9. RGB value is (9,125,201). Sum of RGB (Red+Green+Blue) = 9+125+201=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #097DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DC9 is #F68236. Grayscale: #626262. Windows color (decimal): -16155191 or 13204745. OLE color: 13204745.

HSL color Cylindrical-coordinate representation of color #097DC9: hue angle of 203.75º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DC9 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 125 201 -
CMYK 0.96 0.38 0 0.21
HSL 203.75º 0.91% 0.41% -
HSV(B) 203.75º 0.96% 0.79% -
XYZ 17.99 18.94 57.97 -
YUV 98.98 185.57 63.82 -
System Red Green Blue C M Y K H S L
Decimal 9 125 201 0.96 0.38 0 0.21 203.75 0.91 0.41
Hex 9 7D C9 60 26 0 15 CC 5B 29
Octal 11 175 311 140 46 0 25 314 133 51
Binary 1001 1111101 11001001 1100000 100110 0 10101 11001100 1011011 101001

Color Harmonies of #097DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DC9

Black with #097DC9

Text Example


Text Example

White with #097DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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