Html Css Color HEX #074256 Sherpa Blue

📋 copy color: '#074256'

red 7 ◦ green 66 ◦ blue 86

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

Shades of Sherpa Blue #074256

Tints of Sherpa Blue #074256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.51%

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

R = 4.4%
G = 41.51%
B = 54.09%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074256 (or 0x074256) is known color: Sherpa Blue. HEX triplet: 07, 42 and 56. RGB value is (7,66,86). Sum of RGB (Red+Green+Blue) = 7+66+86=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #074256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074256 is #F8BDA9. Grayscale: #323232. Windows color (decimal): -16301482 or 5652999. OLE color: 5652999.

HSL color Cylindrical-coordinate representation of color #074256: hue angle of 195.19º 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 #074256 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 66 86 -
CMYK 0.92 0.23 0 0.66
HSL 195.19º 0.85% 0.18% -
HSV(B) 195.19º 0.92% 0.34% -
XYZ 3.72 4.61 9.5 -
YUV 50.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 7 66 86 0.92 0.23 0 0.66 195.19 0.85 0.18
Hex 7 42 56 5C 17 0 42 C3 55 12
Octal 7 102 126 134 27 0 102 303 125 22
Binary 111 1000010 1010110 1011100 10111 0 1000010 11000011 1010101 10010

Color Harmonies of #074256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074256

Black with #074256

Text Example


Text Example

White with #074256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074256; }

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

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

background-color css

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

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

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

border-color css

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

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

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