Html Css Color HEX #077DCB Navy Blue

📋 copy color: '#077DCB'

red 7 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #077DCB

Tints of Navy Blue #077DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 2.09%
G = 37.31%
B = 60.6%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#077DCB (or 0x077DCB) is known color: Navy Blue. HEX triplet: 07, 7D and CB. RGB value is (7,125,203). Sum of RGB (Red+Green+Blue) = 7+125+203=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #077DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DCB is #F88234. Grayscale: #626262. Windows color (decimal): -16286261 or 13335815. OLE color: 13335815.

HSL color Cylindrical-coordinate representation of color #077DCB: hue angle of 203.88º 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 #077DCB is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 125 203 -
CMYK 0.97 0.38 0 0.20
HSL 203.88º 0.93% 0.41% -
HSV(B) 203.88º 0.97% 0.8% -
XYZ 18.2 19.02 59.21 -
YUV 98.61 186.91 62.66 -
System Red Green Blue C M Y K H S L
Decimal 7 125 203 0.97 0.38 0 0.20 203.88 0.93 0.41
Hex 7 7D CB 61 26 0 14 CC 5D 29
Octal 7 175 313 141 46 0 24 314 135 51
Binary 111 1111101 11001011 1100001 100110 0 10100 11001100 1011101 101001

Color Harmonies of #077DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DCB

Black with #077DCB

Text Example


Text Example

White with #077DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077DCB; }

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

 H1.HeaderClassName
 {
   color: #077DCB;
 }
 .AnyTagClassName
 {
   color: #077DCB;
 }
</style>

background-color css

<style>
 a { background-color: #077DCB; }

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

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

border-color css

<style>
 span { border-color: #077DCB; }

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

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