Html Css Color HEX #097BD5 Navy Blue

📋 copy color: '#097BD5'

red 9 ◦ green 123 ◦ blue 213

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

Shades of Navy Blue #097BD5

Tints of Navy Blue #097BD5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 213 (83.59% from 255) = 61.74%

R = 2.61%
G = 35.65%
B = 61.74%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#097BD5 (or 0x097BD5) is known color: Navy Blue. HEX triplet: 09, 7B and D5. RGB value is (9,123,213). Sum of RGB (Red+Green+Blue) = 9+123+213=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #097BD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BD5 is #F6842A. Grayscale: #626262. Windows color (decimal): -16155691 or 13990665. OLE color: 13990665.

HSL color Cylindrical-coordinate representation of color #097BD5: hue angle of 206.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BD5 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 123 213 -
CMYK 0.96 0.42 0 0.16
HSL 206.47º 0.92% 0.44% -
HSV(B) 206.47º 0.96% 0.84% -
XYZ 19.21 19.03 65.61 -
YUV 99.17 192.23 63.68 -
System Red Green Blue C M Y K H S L
Decimal 9 123 213 0.96 0.42 0 0.16 206.47 0.92 0.44
Hex 9 7B D5 60 2A 0 10 CE 5C 2C
Octal 11 173 325 140 52 0 20 316 134 54
Binary 1001 1111011 11010101 1100000 101010 0 10000 11001110 1011100 101100

Color Harmonies of #097BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BD5

Black with #097BD5

Text Example


Text Example

White with #097BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,123,213); }

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

background-color css

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

 a { background-color: rgb(9,123,213); }

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

border-color css

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

 span { border-color: rgb(9,123,213); }

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