Html Css Color HEX #074154 Sherpa Blue

📋 copy color: '#074154'

red 7 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #074154

Tints of Sherpa Blue #074154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 84 (33.2% from 255) = 53.85%

R = 4.49%
G = 41.67%
B = 53.85%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074154 (or 0x074154) is known color: Sherpa Blue. HEX triplet: 07, 41 and 54. RGB value is (7,65,84). Sum of RGB (Red+Green+Blue) = 7+65+84=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #074154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074154 is #F8BEAB. Grayscale: #313131. Windows color (decimal): -16301740 or 5521671. OLE color: 5521671.

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

Color convert

RGB 7 65 84 -
CMYK 0.92 0.23 0 0.67
HSL 194.81º 0.85% 0.18% -
HSV(B) 194.81º 0.92% 0.33% -
XYZ 3.58 4.47 9.06 -
YUV 49.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 7 65 84 0.92 0.23 0 0.67 194.81 0.85 0.18
Hex 7 41 54 5C 17 0 43 C3 55 12
Octal 7 101 124 134 27 0 103 303 125 22
Binary 111 1000001 1010100 1011100 10111 0 1000011 11000011 1010101 10010

Color Harmonies of #074154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074154

Black with #074154

Text Example


Text Example

White with #074154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074154; }

 p { color: rgb(7,65,84); }

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

background-color css

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

 a { background-color: rgb(7,65,84); }

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

border-color css

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

 span { border-color: rgb(7,65,84); }

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