Html Css Color HEX #097DCE Navy Blue

📋 copy color: '#097DCE'

red 9 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #097DCE

Tints of Navy Blue #097DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 2.65%
G = 36.76%
B = 60.59%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#097DCE (or 0x097DCE) is known color: Navy Blue. HEX triplet: 09, 7D and CE. RGB value is (9,125,206). Sum of RGB (Red+Green+Blue) = 9+125+206=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #097DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DCE is #F68231. Grayscale: #636363. Windows color (decimal): -16155186 or 13532425. OLE color: 13532425.

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

Color convert

RGB 9 125 206 -
CMYK 0.96 0.39 0 0.19
HSL 204.67º 0.92% 0.42% -
HSV(B) 204.67º 0.96% 0.81% -
XYZ 18.59 19.18 61.12 -
YUV 99.55 188.07 63.41 -
System Red Green Blue C M Y K H S L
Decimal 9 125 206 0.96 0.39 0 0.19 204.67 0.92 0.42
Hex 9 7D CE 60 27 0 13 CD 5C 2A
Octal 11 175 316 140 47 0 23 315 134 52
Binary 1001 1111101 11001110 1100000 100111 0 10011 11001101 1011100 101010

Color Harmonies of #097DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DCE

Black with #097DCE

Text Example


Text Example

White with #097DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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