Html Css Color HEX #097FDE Navy Blue

📋 copy color: '#097FDE'

red 9 ◦ green 127 ◦ blue 222

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

Shades of Navy Blue #097FDE

Tints of Navy Blue #097FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 2.51%
G = 35.47%
B = 62.01%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#097FDE (or 0x097FDE) is known color: Navy Blue. HEX triplet: 09, 7F and DE. RGB value is (9,127,222). Sum of RGB (Red+Green+Blue) = 9+127+222=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #097FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FDE is #F68021. Grayscale: #666666. Windows color (decimal): -16154658 or 14581513. OLE color: 14581513.

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

Color convert

RGB 9 127 222 -
CMYK 0.96 0.43 0 0.13
HSL 206.76º 0.92% 0.45% -
HSV(B) 206.76º 0.96% 0.87% -
XYZ 20.89 20.51 71.97 -
YUV 102.55 195.41 61.28 -
System Red Green Blue C M Y K H S L
Decimal 9 127 222 0.96 0.43 0 0.13 206.76 0.92 0.45
Hex 9 7F DE 60 2B 0 D CF 5C 2D
Octal 11 177 336 140 53 0 15 317 134 55
Binary 1001 1111111 11011110 1100000 101011 0 1101 11001111 1011100 101101

Color Harmonies of #097FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FDE

Black with #097FDE

Text Example


Text Example

White with #097FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,222); }

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

background-color css

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

 a { background-color: rgb(9,127,222); }

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

border-color css

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

 span { border-color: rgb(9,127,222); }

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