Html Css Color HEX #097FDF Navy Blue

📋 copy color: '#097FDF'

red 9 ◦ green 127 ◦ blue 223

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

Shades of Navy Blue #097FDF

Tints of Navy Blue #097FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.12%

R = 2.51%
G = 35.38%
B = 62.12%

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

#097FDF (or 0x097FDF) is known color: Navy Blue. HEX triplet: 09, 7F and DF. RGB value is (9,127,223). Sum of RGB (Red+Green+Blue) = 9+127+223=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #097FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FDF is #F68020. Grayscale: #666666. Windows color (decimal): -16154657 or 14647049. OLE color: 14647049.

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

Color convert

RGB 9 127 223 -
CMYK 0.96 0.43 0 0.13
HSL 206.92º 0.92% 0.45% -
HSV(B) 206.92º 0.96% 0.87% -
XYZ 21.02 20.56 72.67 -
YUV 102.66 195.91 61.19 -
System Red Green Blue C M Y K H S L
Decimal 9 127 223 0.96 0.43 0 0.13 206.92 0.92 0.45
Hex 9 7F DF 60 2B 0 D CF 5C 2D
Octal 11 177 337 140 53 0 15 317 134 55
Binary 1001 1111111 11011111 1100000 101011 0 1101 11001111 1011100 101101

Color Harmonies of #097FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FDF

Black with #097FDF

Text Example


Text Example

White with #097FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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