Html Css Color HEX #097FCE Navy Blue

📋 copy color: '#097FCE'

red 9 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #097FCE

Tints of Navy Blue #097FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 2.63%
G = 37.13%
B = 60.23%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#097FCE (or 0x097FCE) is known color: Navy Blue. HEX triplet: 09, 7F and CE. RGB value is (9,127,206). Sum of RGB (Red+Green+Blue) = 9+127+206=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #097FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCE is #F68031. Grayscale: #646464. Windows color (decimal): -16154674 or 13532937. OLE color: 13532937.

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

Color convert

RGB 9 127 206 -
CMYK 0.96 0.38 0 0.19
HSL 204.06º 0.92% 0.42% -
HSV(B) 204.06º 0.96% 0.81% -
XYZ 18.84 19.69 61.2 -
YUV 100.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 9 127 206 0.96 0.38 0 0.19 204.06 0.92 0.42
Hex 9 7F CE 60 26 0 13 CC 5C 2A
Octal 11 177 316 140 46 0 23 314 134 52
Binary 1001 1111111 11001110 1100000 100110 0 10011 11001100 1011100 101010

Color Harmonies of #097FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCE

Black with #097FCE

Text Example


Text Example

White with #097FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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