Html Css Color HEX #07414B Sherpa Blue

📋 copy color: '#07414B'

red 7 ◦ green 65 ◦ blue 75

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

Shades of Sherpa Blue #07414B

Tints of Sherpa Blue #07414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.02%

R = 4.76%
G = 44.22%
B = 51.02%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07414B (or 0x07414B) is known color: Sherpa Blue. HEX triplet: 07, 41 and 4B. RGB value is (7,65,75). Sum of RGB (Red+Green+Blue) = 7+65+75=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #07414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07414B is #F8BEB4. Grayscale: #303030. Windows color (decimal): -16301749 or 4931847. OLE color: 4931847.

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

Color convert

RGB 7 65 75 -
CMYK 0.91 0.13 0 0.71
HSL 188.82º 0.83% 0.16% -
HSV(B) 188.82º 0.91% 0.29% -
XYZ 3.25 4.33 7.32 -
YUV 48.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 7 65 75 0.91 0.13 0 0.71 188.82 0.83 0.16
Hex 7 41 4B 5B D 0 47 BD 53 10
Octal 7 101 113 133 15 0 107 275 123 20
Binary 111 1000001 1001011 1011011 1101 0 1000111 10111101 1010011 10000

Color Harmonies of #07414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07414B

Black with #07414B

Text Example


Text Example

White with #07414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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