Html Css Color HEX #074148 Sherpa Blue

📋 copy color: '#074148'

red 7 ◦ green 65 ◦ blue 72

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

Shades of Sherpa Blue #074148

Tints of Sherpa Blue #074148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50%

R = 4.86%
G = 45.14%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074148 (or 0x074148) is known color: Sherpa Blue. HEX triplet: 07, 41 and 48. RGB value is (7,65,72). Sum of RGB (Red+Green+Blue) = 7+65+72=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #074148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074148 is #F8BEB7. Grayscale: #303030. Windows color (decimal): -16301752 or 4735239. OLE color: 4735239.

HSL color Cylindrical-coordinate representation of color #074148: hue angle of 186.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074148 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 65 72 -
CMYK 0.90 0.10 0 0.72
HSL 186.46º 0.82% 0.15% -
HSV(B) 186.46º 0.9% 0.28% -
XYZ 3.15 4.29 6.79 -
YUV 48.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 7 65 72 0.90 0.10 0 0.72 186.46 0.82 0.15
Hex 7 41 48 5A A 0 48 BA 52 F
Octal 7 101 110 132 12 0 110 272 122 17
Binary 111 1000001 1001000 1011010 1010 0 1001000 10111010 1010010 1111

Color Harmonies of #074148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074148

Black with #074148

Text Example


Text Example

White with #074148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074148; }

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

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

background-color css

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

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

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

border-color css

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

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

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