Html Css Color HEX #097CE0 Navy Blue

📋 copy color: '#097CE0'

red 9 ◦ green 124 ◦ blue 224

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

Shades of Navy Blue #097CE0

Tints of Navy Blue #097CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

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

R = 2.52%
G = 34.73%
B = 62.75%

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

#097CE0 (or 0x097CE0) is known color: Navy Blue. HEX triplet: 09, 7C and E0. RGB value is (9,124,224). Sum of RGB (Red+Green+Blue) = 9+124+224=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #097CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CE0 is #F6831F. Grayscale: #646464. Windows color (decimal): -16155424 or 14711817. OLE color: 14711817.

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

Color convert

RGB 9 124 224 -
CMYK 0.96 0.45 0 0.12
HSL 207.91º 0.92% 0.46% -
HSV(B) 207.91º 0.96% 0.88% -
XYZ 20.77 19.86 73.26 -
YUV 101.02 197.4 62.37 -
System Red Green Blue C M Y K H S L
Decimal 9 124 224 0.96 0.45 0 0.12 207.91 0.92 0.46
Hex 9 7C E0 60 2D 0 C D0 5C 2E
Octal 11 174 340 140 55 0 14 320 134 56
Binary 1001 1111100 11100000 1100000 101101 0 1100 11010000 1011100 101110

Color Harmonies of #097CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CE0

Black with #097CE0

Text Example


Text Example

White with #097CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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