Html Css Color HEX #097BDC Navy Blue

📋 copy color: '#097BDC'

red 9 ◦ green 123 ◦ blue 220

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

Shades of Navy Blue #097BDC

Tints of Navy Blue #097BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 2.56%
G = 34.94%
B = 62.5%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097BDC (or 0x097BDC) is known color: Navy Blue. HEX triplet: 09, 7B and DC. RGB value is (9,123,220). Sum of RGB (Red+Green+Blue) = 9+123+220=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #097BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BDC is #F68423. Grayscale: #636363. Windows color (decimal): -16155684 or 14449417. OLE color: 14449417.

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

Color convert

RGB 9 123 220 -
CMYK 0.96 0.44 0 0.14
HSL 207.58º 0.92% 0.45% -
HSV(B) 207.58º 0.96% 0.86% -
XYZ 20.11 19.39 70.39 -
YUV 99.97 195.73 63.11 -
System Red Green Blue C M Y K H S L
Decimal 9 123 220 0.96 0.44 0 0.14 207.58 0.92 0.45
Hex 9 7B DC 60 2C 0 E D0 5C 2D
Octal 11 173 334 140 54 0 16 320 134 55
Binary 1001 1111011 11011100 1100000 101100 0 1110 11010000 1011100 101101

Color Harmonies of #097BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BDC

Black with #097BDC

Text Example


Text Example

White with #097BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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