Html Css Color HEX #097CE8 Navy Blue

📋 copy color: '#097CE8'

red 9 ◦ green 124 ◦ blue 232

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

Shades of Navy Blue #097CE8

Tints of Navy Blue #097CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.56%

R = 2.47%
G = 33.97%
B = 63.56%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#097CE8 (or 0x097CE8) is known color: Navy Blue. HEX triplet: 09, 7C and E8. RGB value is (9,124,232). Sum of RGB (Red+Green+Blue) = 9+124+232=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 232 (91.02% from 255 or 63.56% from 365); Max value from RGB is 232 - color contains mainly: blue. Hex color #097CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CE8 is #F68317. Grayscale: #656565. Windows color (decimal): -16155416 or 15236105. OLE color: 15236105.

HSL color Cylindrical-coordinate representation of color #097CE8: hue angle of 209.06º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CE8 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 124 232 -
CMYK 0.96 0.47 0 0.09
HSL 209.06º 0.93% 0.47% -
HSV(B) 209.06º 0.96% 0.91% -
XYZ 21.89 20.3 79.11 -
YUV 101.93 201.4 61.72 -
System Red Green Blue C M Y K H S L
Decimal 9 124 232 0.96 0.47 0 0.09 209.06 0.93 0.47
Hex 9 7C E8 60 2F 0 9 D1 5D 2F
Octal 11 174 350 140 57 0 11 321 135 57
Binary 1001 1111100 11101000 1100000 101111 0 1001 11010001 1011101 101111

Color Harmonies of #097CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CE8

Black with #097CE8

Text Example


Text Example

White with #097CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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