Html Css Color HEX #0758CB Navy Blue

📋 copy color: '#0758CB'

red 7 ◦ green 88 ◦ blue 203

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

Shades of Navy Blue #0758CB

Tints of Navy Blue #0758CB

RGB

 RED value IS 7 (3.13% from 255) = 2.35%

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 2.35%
G = 29.53%
B = 68.12%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0758CB (or 0x0758CB) is known color: Navy Blue. HEX triplet: 07, 58 and CB. RGB value is (7,88,203). Sum of RGB (Red+Green+Blue) = 7+88+203=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #0758CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0758CB is #F8A734. Grayscale: #4C4C4C. Windows color (decimal): -16295733 or 13326343. OLE color: 13326343.

HSL color Cylindrical-coordinate representation of color #0758CB: hue angle of 215.2º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0758CB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 88 203 -
CMYK 0.97 0.57 0 0.20
HSL 215.2º 0.93% 0.41% -
HSV(B) 215.2º 0.97% 0.8% -
XYZ 14.36 11.34 57.93 -
YUV 76.89 199.16 78.15 -
System Red Green Blue C M Y K H S L
Decimal 7 88 203 0.97 0.57 0 0.20 215.2 0.93 0.41
Hex 7 58 CB 61 39 0 14 D7 5D 29
Octal 7 130 313 141 71 0 24 327 135 51
Binary 111 1011000 11001011 1100001 111001 0 10100 11010111 1011101 101001

Color Harmonies of #0758CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0758CB

Black with #0758CB

Text Example


Text Example

White with #0758CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,88,203); }

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

background-color css

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

 a { background-color: rgb(7,88,203); }

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

border-color css

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

 span { border-color: rgb(7,88,203); }

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