Html Css Color HEX #097ECB Navy Blue

📋 copy color: '#097ECB'

red 9 ◦ green 126 ◦ blue 203

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

Shades of Navy Blue #097ECB

Tints of Navy Blue #097ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

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

R = 2.66%
G = 37.28%
B = 60.06%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#097ECB (or 0x097ECB) is known color: Navy Blue. HEX triplet: 09, 7E and CB. RGB value is (9,126,203). Sum of RGB (Red+Green+Blue) = 9+126+203=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #097ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ECB is #F68134. Grayscale: #636363. Windows color (decimal): -16154933 or 13336073. OLE color: 13336073.

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

Color convert

RGB 9 126 203 -
CMYK 0.96 0.38 0 0.20
HSL 203.81º 0.92% 0.42% -
HSV(B) 203.81º 0.96% 0.8% -
XYZ 18.35 19.29 59.26 -
YUV 99.8 186.24 63.24 -
System Red Green Blue C M Y K H S L
Decimal 9 126 203 0.96 0.38 0 0.20 203.81 0.92 0.42
Hex 9 7E CB 60 26 0 14 CC 5C 2A
Octal 11 176 313 140 46 0 24 314 134 52
Binary 1001 1111110 11001011 1100000 100110 0 10100 11001100 1011100 101010

Color Harmonies of #097ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ECB

Black with #097ECB

Text Example


Text Example

White with #097ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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