Html Css Color HEX #0957CB Navy Blue

📋 copy color: '#0957CB'

red 9 ◦ green 87 ◦ blue 203

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

Shades of Navy Blue #0957CB

Tints of Navy Blue #0957CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 3.01%
G = 29.1%
B = 67.89%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0957CB (or 0x0957CB) is known color: Navy Blue. HEX triplet: 09, 57 and CB. RGB value is (9,87,203). Sum of RGB (Red+Green+Blue) = 9+87+203=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #0957CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957CB is #F6A834. Grayscale: #4C4C4C. Windows color (decimal): -16164917 or 13326089. OLE color: 13326089.

HSL color Cylindrical-coordinate representation of color #0957CB: hue angle of 215.88º 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 #0957CB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 87 203 -
CMYK 0.96 0.57 0 0.20
HSL 215.88º 0.92% 0.42% -
HSV(B) 215.88º 0.96% 0.8% -
XYZ 14.3 11.19 57.91 -
YUV 76.9 199.16 79.57 -
System Red Green Blue C M Y K H S L
Decimal 9 87 203 0.96 0.57 0 0.20 215.88 0.92 0.42
Hex 9 57 CB 60 39 0 14 D8 5C 2A
Octal 11 127 313 140 71 0 24 330 134 52
Binary 1001 1010111 11001011 1100000 111001 0 10100 11011000 1011100 101010

Color Harmonies of #0957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0957CB

Black with #0957CB

Text Example


Text Example

White with #0957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0957CB; }

 p { color: rgb(9,87,203); }

 H1.HeaderClassName
 {
   color: #0957CB;
 }
 .AnyTagClassName
 {
   color: #0957CB;
 }
</style>

background-color css

<style>
 a { background-color: #0957CB; }

 a { background-color: rgb(9,87,203); }

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

border-color css

<style>
 span { border-color: #0957CB; }

 span { border-color: rgb(9,87,203); }

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