Html Css Color HEX #097BCF Navy Blue

📋 copy color: '#097BCF'

red 9 ◦ green 123 ◦ blue 207

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

Shades of Navy Blue #097BCF

Tints of Navy Blue #097BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 2.65%
G = 36.28%
B = 61.06%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#097BCF (or 0x097BCF) is known color: Navy Blue. HEX triplet: 09, 7B and CF. RGB value is (9,123,207). Sum of RGB (Red+Green+Blue) = 9+123+207=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #097BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCF is #F68430. Grayscale: #626262. Windows color (decimal): -16155697 or 13597449. OLE color: 13597449.

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

Color convert

RGB 9 123 207 -
CMYK 0.96 0.41 0 0.19
HSL 205.45º 0.92% 0.42% -
HSV(B) 205.45º 0.96% 0.81% -
XYZ 18.46 18.73 61.67 -
YUV 98.49 189.23 64.17 -
System Red Green Blue C M Y K H S L
Decimal 9 123 207 0.96 0.41 0 0.19 205.45 0.92 0.42
Hex 9 7B CF 60 29 0 13 CD 5C 2A
Octal 11 173 317 140 51 0 23 315 134 52
Binary 1001 1111011 11001111 1100000 101001 0 10011 11001101 1011100 101010

Color Harmonies of #097BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BCF

Black with #097BCF

Text Example


Text Example

White with #097BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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