Html Css Color HEX #097CCA Navy Blue

📋 copy color: '#097CCA'

red 9 ◦ green 124 ◦ blue 202

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

Shades of Navy Blue #097CCA

Tints of Navy Blue #097CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 202 (79.3% from 255) = 60.3%

R = 2.69%
G = 37.01%
B = 60.3%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#097CCA (or 0x097CCA) is known color: Navy Blue. HEX triplet: 09, 7C and CA. RGB value is (9,124,202). Sum of RGB (Red+Green+Blue) = 9+124+202=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #097CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCA is #F68335. Grayscale: #626262. Windows color (decimal): -16155446 or 13270025. OLE color: 13270025.

HSL color Cylindrical-coordinate representation of color #097CCA: hue angle of 204.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CCA is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 124 202 -
CMYK 0.96 0.39 0 0.21
HSL 204.25º 0.91% 0.41% -
HSV(B) 204.25º 0.96% 0.79% -
XYZ 17.98 18.74 58.55 -
YUV 98.51 186.4 64.16 -
System Red Green Blue C M Y K H S L
Decimal 9 124 202 0.96 0.39 0 0.21 204.25 0.91 0.41
Hex 9 7C CA 60 27 0 15 CC 5B 29
Octal 11 174 312 140 47 0 25 314 133 51
Binary 1001 1111100 11001010 1100000 100111 0 10101 11001100 1011011 101001

Color Harmonies of #097CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CCA

Black with #097CCA

Text Example


Text Example

White with #097CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,124,202); }

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

background-color css

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

 a { background-color: rgb(9,124,202); }

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

border-color css

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

 span { border-color: rgb(9,124,202); }

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