Html Css Color HEX #097CE1 Navy Blue

📋 copy color: '#097CE1'

red 9 ◦ green 124 ◦ blue 225

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

Shades of Navy Blue #097CE1

Tints of Navy Blue #097CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 62.85%

R = 2.51%
G = 34.64%
B = 62.85%

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

#097CE1 (or 0x097CE1) is known color: Navy Blue. HEX triplet: 09, 7C and E1. RGB value is (9,124,225). Sum of RGB (Red+Green+Blue) = 9+124+225=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #097CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CE1 is #F6831E. Grayscale: #646464. Windows color (decimal): -16155423 or 14777353. OLE color: 14777353.

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

Color convert

RGB 9 124 225 -
CMYK 0.96 0.45 0 0.12
HSL 208.06º 0.92% 0.46% -
HSV(B) 208.06º 0.96% 0.88% -
XYZ 20.91 19.91 73.97 -
YUV 101.13 197.9 62.29 -
System Red Green Blue C M Y K H S L
Decimal 9 124 225 0.96 0.45 0 0.12 208.06 0.92 0.46
Hex 9 7C E1 60 2D 0 C D0 5C 2E
Octal 11 174 341 140 55 0 14 320 134 56
Binary 1001 1111100 11100001 1100000 101101 0 1100 11010000 1011100 101110

Color Harmonies of #097CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CE1

Black with #097CE1

Text Example


Text Example

White with #097CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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