Html Css Color HEX #07414C Sherpa Blue

📋 copy color: '#07414C'

red 7 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #07414C

Tints of Sherpa Blue #07414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 4.73%
G = 43.92%
B = 51.35%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#07414C (or 0x07414C) is known color: Sherpa Blue. HEX triplet: 07, 41 and 4C. RGB value is (7,65,76). Sum of RGB (Red+Green+Blue) = 7+65+76=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #07414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07414C is #F8BEB3. Grayscale: #303030. Windows color (decimal): -16301748 or 4997383. OLE color: 4997383.

HSL color Cylindrical-coordinate representation of color #07414C: hue angle of 189.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07414C is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 65 76 -
CMYK 0.91 0.14 0 0.70
HSL 189.57º 0.83% 0.16% -
HSV(B) 189.57º 0.91% 0.3% -
XYZ 3.28 4.35 7.5 -
YUV 48.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 7 65 76 0.91 0.14 0 0.70 189.57 0.83 0.16
Hex 7 41 4C 5B E 0 46 BE 53 10
Octal 7 101 114 133 16 0 106 276 123 20
Binary 111 1000001 1001100 1011011 1110 0 1000110 10111110 1010011 10000

Color Harmonies of #07414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07414C

Black with #07414C

Text Example


Text Example

White with #07414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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