Html Css Color HEX #097FCA Navy Blue

📋 copy color: '#097FCA'

red 9 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #097FCA

Tints of Navy Blue #097FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 59.76%

R = 2.66%
G = 37.57%
B = 59.76%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#097FCA (or 0x097FCA) is known color: Navy Blue. HEX triplet: 09, 7F and CA. RGB value is (9,127,202). Sum of RGB (Red+Green+Blue) = 9+127+202=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #097FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FCA is #F68035. Grayscale: #636363. Windows color (decimal): -16154678 or 13270793. OLE color: 13270793.

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

Color convert

RGB 9 127 202 -
CMYK 0.96 0.37 0 0.21
HSL 203.32º 0.91% 0.41% -
HSV(B) 203.32º 0.96% 0.79% -
XYZ 18.36 19.5 58.67 -
YUV 100.27 185.41 62.9 -
System Red Green Blue C M Y K H S L
Decimal 9 127 202 0.96 0.37 0 0.21 203.32 0.91 0.41
Hex 9 7F CA 60 25 0 15 CB 5B 29
Octal 11 177 312 140 45 0 25 313 133 51
Binary 1001 1111111 11001010 1100000 100101 0 10101 11001011 1011011 101001

Color Harmonies of #097FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FCA

Black with #097FCA

Text Example


Text Example

White with #097FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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