Html Css Color HEX #097BE0 Navy Blue

📋 copy color: '#097BE0'

red 9 ◦ green 123 ◦ blue 224

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

Shades of Navy Blue #097BE0

Tints of Navy Blue #097BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 2.53%
G = 34.55%
B = 62.92%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#097BE0 (or 0x097BE0) is known color: Navy Blue. HEX triplet: 09, 7B and E0. RGB value is (9,123,224). Sum of RGB (Red+Green+Blue) = 9+123+224=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #097BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BE0 is #F6841F. Grayscale: #636363. Windows color (decimal): -16155680 or 14711561. OLE color: 14711561.

HSL color Cylindrical-coordinate representation of color #097BE0: hue angle of 208.19º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BE0 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 123 224 -
CMYK 0.96 0.45 0 0.12
HSL 208.19º 0.92% 0.46% -
HSV(B) 208.19º 0.96% 0.88% -
XYZ 20.65 19.61 73.22 -
YUV 100.43 197.73 62.79 -
System Red Green Blue C M Y K H S L
Decimal 9 123 224 0.96 0.45 0 0.12 208.19 0.92 0.46
Hex 9 7B E0 60 2D 0 C D0 5C 2E
Octal 11 173 340 140 55 0 14 320 134 56
Binary 1001 1111011 11100000 1100000 101101 0 1100 11010000 1011100 101110

Color Harmonies of #097BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BE0

Black with #097BE0

Text Example


Text Example

White with #097BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,123,224); }

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

background-color css

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

 a { background-color: rgb(9,123,224); }

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

border-color css

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

 span { border-color: rgb(9,123,224); }

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