Html Css Color HEX #097FCC Navy Blue

📋 copy color: '#097FCC'

red 9 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #097FCC

Tints of Navy Blue #097FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 204 (80.08% from 255) = 60%

R = 2.65%
G = 37.35%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#097FCC (or 0x097FCC) is known color: Navy Blue. HEX triplet: 09, 7F and CC. RGB value is (9,127,204). Sum of RGB (Red+Green+Blue) = 9+127+204=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #097FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCC is #F68033. Grayscale: #646464. Windows color (decimal): -16154676 or 13401865. OLE color: 13401865.

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

Color convert

RGB 9 127 204 -
CMYK 0.96 0.38 0 0.2
HSL 203.69º 0.92% 0.42% -
HSV(B) 203.69º 0.96% 0.8% -
XYZ 18.6 19.6 59.93 -
YUV 100.5 186.41 62.74 -
System Red Green Blue C M Y K H S L
Decimal 9 127 204 0.96 0.38 0 0.2 203.69 0.92 0.42
Hex 9 7F CC 60 26 0 14 CC 5C 2A
Octal 11 177 314 140 46 0 24 314 134 52
Binary 1001 1111111 11001100 1100000 100110 0 10100 11001100 1011100 101010

Color Harmonies of #097FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCC

Black with #097FCC

Text Example


Text Example

White with #097FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,204); }

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

background-color css

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

 a { background-color: rgb(9,127,204); }

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

border-color css

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

 span { border-color: rgb(9,127,204); }

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