Html Css Color HEX #074453 Sherpa Blue

📋 copy color: '#074453'

red 7 ◦ green 68 ◦ blue 83

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

Shades of Sherpa Blue #074453

Tints of Sherpa Blue #074453

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 4.43%
G = 43.04%
B = 52.53%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#074453 (or 0x074453) is known color: Sherpa Blue. HEX triplet: 07, 44 and 53. RGB value is (7,68,83). Sum of RGB (Red+Green+Blue) = 7+68+83=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #074453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074453 is #F8BBAC. Grayscale: #333333. Windows color (decimal): -16300973 or 5456903. OLE color: 5456903.

HSL color Cylindrical-coordinate representation of color #074453: hue angle of 191.84º degrees, saturation: 0.84, 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 #074453 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 68 83 -
CMYK 0.92 0.18 0 0.67
HSL 191.84º 0.84% 0.18% -
HSV(B) 191.84º 0.92% 0.33% -
XYZ 3.72 4.8 8.92 -
YUV 51.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 7 68 83 0.92 0.18 0 0.67 191.84 0.84 0.18
Hex 7 44 53 5C 12 0 43 C0 54 12
Octal 7 104 123 134 22 0 103 300 124 22
Binary 111 1000100 1010011 1011100 10010 0 1000011 11000000 1010100 10010

Color Harmonies of #074453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074453

Black with #074453

Text Example


Text Example

White with #074453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074453; }

 p { color: rgb(7,68,83); }

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

background-color css

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

 a { background-color: rgb(7,68,83); }

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

border-color css

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

 span { border-color: rgb(7,68,83); }

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