Html Css Color HEX #097FCB Navy Blue

📋 copy color: '#097FCB'

red 9 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #097FCB

Tints of Navy Blue #097FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.88%

R = 2.65%
G = 37.46%
B = 59.88%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#097FCB (or 0x097FCB) is known color: Navy Blue. HEX triplet: 09, 7F and CB. RGB value is (9,127,203). Sum of RGB (Red+Green+Blue) = 9+127+203=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #097FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCB is #F68034. Grayscale: #636363. Windows color (decimal): -16154677 or 13336329. OLE color: 13336329.

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

Color convert

RGB 9 127 203 -
CMYK 0.96 0.37 0 0.20
HSL 203.51º 0.92% 0.42% -
HSV(B) 203.51º 0.96% 0.8% -
XYZ 18.48 19.55 59.3 -
YUV 100.38 185.91 62.82 -
System Red Green Blue C M Y K H S L
Decimal 9 127 203 0.96 0.37 0 0.20 203.51 0.92 0.42
Hex 9 7F CB 60 25 0 14 CC 5C 2A
Octal 11 177 313 140 45 0 24 314 134 52
Binary 1001 1111111 11001011 1100000 100101 0 10100 11001100 1011100 101010

Color Harmonies of #097FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCB

Black with #097FCB

Text Example


Text Example

White with #097FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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