Html Css Color HEX #097DCF Navy Blue

📋 copy color: '#097DCF'

red 9 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #097DCF

Tints of Navy Blue #097DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 2.64%
G = 36.66%
B = 60.7%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#097DCF (or 0x097DCF) is known color: Navy Blue. HEX triplet: 09, 7D and CF. RGB value is (9,125,207). Sum of RGB (Red+Green+Blue) = 9+125+207=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #097DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DCF is #F68230. Grayscale: #636363. Windows color (decimal): -16155185 or 13597961. OLE color: 13597961.

HSL color Cylindrical-coordinate representation of color #097DCF: hue angle of 204.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DCF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 125 207 -
CMYK 0.96 0.40 0 0.19
HSL 204.85º 0.92% 0.42% -
HSV(B) 204.85º 0.96% 0.81% -
XYZ 18.71 19.23 61.76 -
YUV 99.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 9 125 207 0.96 0.40 0 0.19 204.85 0.92 0.42
Hex 9 7D CF 60 28 0 13 CD 5C 2A
Octal 11 175 317 140 50 0 23 315 134 52
Binary 1001 1111101 11001111 1100000 101000 0 10011 11001101 1011100 101010

Color Harmonies of #097DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DCF

Black with #097DCF

Text Example


Text Example

White with #097DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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