Html Css Color HEX #097DDA Navy Blue

📋 copy color: '#097DDA'

red 9 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #097DDA

Tints of Navy Blue #097DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 2.56%
G = 35.51%
B = 61.93%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#097DDA (or 0x097DDA) is known color: Navy Blue. HEX triplet: 09, 7D and DA. RGB value is (9,125,218). Sum of RGB (Red+Green+Blue) = 9+125+218=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #097DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DDA is #F68225. Grayscale: #646464. Windows color (decimal): -16155174 or 14318857. OLE color: 14318857.

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

Color convert

RGB 9 125 218 -
CMYK 0.96 0.43 0 0.15
HSL 206.7º 0.92% 0.45% -
HSV(B) 206.7º 0.96% 0.85% -
XYZ 20.1 19.79 69.09 -
YUV 100.92 194.07 62.44 -
System Red Green Blue C M Y K H S L
Decimal 9 125 218 0.96 0.43 0 0.15 206.7 0.92 0.45
Hex 9 7D DA 60 2B 0 F CF 5C 2D
Octal 11 175 332 140 53 0 17 317 134 55
Binary 1001 1111101 11011010 1100000 101011 0 1111 11001111 1011100 101101

Color Harmonies of #097DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DDA

Black with #097DDA

Text Example


Text Example

White with #097DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,125,218); }

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

background-color css

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

 a { background-color: rgb(9,125,218); }

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

border-color css

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

 span { border-color: rgb(9,125,218); }

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