Html Css Color HEX #07445B Sherpa Blue

📋 copy color: '#07445B'

red 7 ◦ green 68 ◦ blue 91

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

Shades of Sherpa Blue #07445B

Tints of Sherpa Blue #07445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 4.22%
G = 40.96%
B = 54.82%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07445B (or 0x07445B) is known color: Sherpa Blue. HEX triplet: 07, 44 and 5B. RGB value is (7,68,91). Sum of RGB (Red+Green+Blue) = 7+68+91=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #07445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07445B is #F8BBA4. Grayscale: #343434. Windows color (decimal): -16300965 or 5981191. OLE color: 5981191.

HSL color Cylindrical-coordinate representation of color #07445B: hue angle of 196.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07445B is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 68 91 -
CMYK 0.92 0.25 0 0.64
HSL 196.43º 0.86% 0.19% -
HSV(B) 196.43º 0.92% 0.36% -
XYZ 4.04 4.93 10.64 -
YUV 52.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 7 68 91 0.92 0.25 0 0.64 196.43 0.86 0.19
Hex 7 44 5B 5C 19 0 40 C4 56 13
Octal 7 104 133 134 31 0 100 304 126 23
Binary 111 1000100 1011011 1011100 11001 0 1000000 11000100 1010110 10011

Color Harmonies of #07445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07445B

Black with #07445B

Text Example


Text Example

White with #07445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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