Html Css Color HEX #074556 Sherpa Blue

📋 copy color: '#074556'

red 7 ◦ green 69 ◦ blue 86

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

Shades of Sherpa Blue #074556

Tints of Sherpa Blue #074556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

 BLUE value IS 86 (33.98% from 255) = 53.09%

R = 4.32%
G = 42.59%
B = 53.09%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074556 (or 0x074556) is known color: Sherpa Blue. HEX triplet: 07, 45 and 56. RGB value is (7,69,86). Sum of RGB (Red+Green+Blue) = 7+69+86=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #074556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074556 is #F8BAA9. Grayscale: #343434. Windows color (decimal): -16300714 or 5653767. OLE color: 5653767.

HSL color Cylindrical-coordinate representation of color #074556: hue angle of 192.91º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074556 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 69 86 -
CMYK 0.92 0.20 0 0.66
HSL 192.91º 0.85% 0.18% -
HSV(B) 192.91º 0.92% 0.34% -
XYZ 3.9 4.97 9.56 -
YUV 52.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 7 69 86 0.92 0.20 0 0.66 192.91 0.85 0.18
Hex 7 45 56 5C 14 0 42 C1 55 12
Octal 7 105 126 134 24 0 102 301 125 22
Binary 111 1000101 1010110 1011100 10100 0 1000010 11000001 1010101 10010

Color Harmonies of #074556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074556

Black with #074556

Text Example


Text Example

White with #074556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074556; }

 p { color: rgb(7,69,86); }

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

background-color css

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

 a { background-color: rgb(7,69,86); }

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

border-color css

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

 span { border-color: rgb(7,69,86); }

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