Html Css Color HEX #097BCC Navy Blue

📋 copy color: '#097BCC'

red 9 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #097BCC

Tints of Navy Blue #097BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 2.68%
G = 36.61%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#097BCC (or 0x097BCC) is known color: Navy Blue. HEX triplet: 09, 7B and CC. RGB value is (9,123,204). Sum of RGB (Red+Green+Blue) = 9+123+204=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #097BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCC is #F68433. Grayscale: #616161. Windows color (decimal): -16155700 or 13400841. OLE color: 13400841.

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

Color convert

RGB 9 123 204 -
CMYK 0.96 0.40 0 0.2
HSL 204.92º 0.92% 0.42% -
HSV(B) 204.92º 0.96% 0.8% -
XYZ 18.09 18.58 59.76 -
YUV 98.15 187.73 64.41 -
System Red Green Blue C M Y K H S L
Decimal 9 123 204 0.96 0.40 0 0.2 204.92 0.92 0.42
Hex 9 7B CC 60 28 0 14 CD 5C 2A
Octal 11 173 314 140 50 0 24 315 134 52
Binary 1001 1111011 11001100 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #097BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BCC

Black with #097BCC

Text Example


Text Example

White with #097BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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