Html Css Color HEX #097BE6 Navy Blue

📋 copy color: '#097BE6'

red 9 ◦ green 123 ◦ blue 230

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

Shades of Navy Blue #097BE6

Tints of Navy Blue #097BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.54%

R = 2.49%
G = 33.98%
B = 63.54%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#097BE6 (or 0x097BE6) is known color: Navy Blue. HEX triplet: 09, 7B and E6. RGB value is (9,123,230). Sum of RGB (Red+Green+Blue) = 9+123+230=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #097BE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BE6 is #F68419. Grayscale: #646464. Windows color (decimal): -16155674 or 15104777. OLE color: 15104777.

HSL color Cylindrical-coordinate representation of color #097BE6: hue angle of 209.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BE6 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 123 230 -
CMYK 0.96 0.47 0 0.10
HSL 209.05º 0.92% 0.47% -
HSV(B) 209.05º 0.96% 0.9% -
XYZ 21.48 19.94 77.58 -
YUV 101.11 200.73 62.3 -
System Red Green Blue C M Y K H S L
Decimal 9 123 230 0.96 0.47 0 0.10 209.05 0.92 0.47
Hex 9 7B E6 60 2F 0 A D1 5C 2F
Octal 11 173 346 140 57 0 12 321 134 57
Binary 1001 1111011 11100110 1100000 101111 0 1010 11010001 1011100 101111

Color Harmonies of #097BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BE6

Black with #097BE6

Text Example


Text Example

White with #097BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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