Html Css Color HEX #097EDC Navy Blue

📋 copy color: '#097EDC'

red 9 ◦ green 126 ◦ blue 220

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

Shades of Navy Blue #097EDC

Tints of Navy Blue #097EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

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

R = 2.54%
G = 35.49%
B = 61.97%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097EDC (or 0x097EDC) is known color: Navy Blue. HEX triplet: 09, 7E and DC. RGB value is (9,126,220). Sum of RGB (Red+Green+Blue) = 9+126+220=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #097EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EDC is #F68123. Grayscale: #656565. Windows color (decimal): -16154916 or 14450185. OLE color: 14450185.

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

Color convert

RGB 9 126 220 -
CMYK 0.96 0.43 0 0.14
HSL 206.73º 0.92% 0.45% -
HSV(B) 206.73º 0.96% 0.86% -
XYZ 20.49 20.15 70.52 -
YUV 101.73 194.74 61.86 -
System Red Green Blue C M Y K H S L
Decimal 9 126 220 0.96 0.43 0 0.14 206.73 0.92 0.45
Hex 9 7E DC 60 2B 0 E CF 5C 2D
Octal 11 176 334 140 53 0 16 317 134 55
Binary 1001 1111110 11011100 1100000 101011 0 1110 11001111 1011100 101101

Color Harmonies of #097EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097EDC

Black with #097EDC

Text Example


Text Example

White with #097EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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