Html Css Color HEX #014445 Sherpa Blue

📋 copy color: '#014445'

red 1 ◦ green 68 ◦ blue 69

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

Shades of Sherpa Blue #014445

Tints of Sherpa Blue #014445

RGB

 RED value IS 1 (0.78% from 255) = 0.72%

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

 BLUE value IS 69 (27.34% from 255) = 50%

R = 0.72%
G = 49.28%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#014445 (or 0x014445) is known color: Sherpa Blue. HEX triplet: 01, 44 and 45. RGB value is (1,68,69). Sum of RGB (Red+Green+Blue) = 1+68+69=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #014445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014445 is #FEBBBA. Grayscale: #303030. Windows color (decimal): -16694203 or 4539393. OLE color: 4539393.

HSL color Cylindrical-coordinate representation of color #014445: hue angle of 180.88º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014445 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 69 -
CMYK 0.99 0.01 0 0.73
HSL 180.88º 0.97% 0.14% -
HSV(B) 180.88º 0.99% 0.27% -
XYZ 3.15 4.57 6.35 -
YUV 48.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 1 68 69 0.99 0.01 0 0.73 180.88 0.97 0.14
Hex 1 44 45 63 1 0 49 B5 61 E
Octal 1 104 105 143 1 0 111 265 141 16
Binary 1 1000100 1000101 1100011 1 0 1001001 10110101 1100001 1110

Color Harmonies of #014445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014445

Black with #014445

Text Example


Text Example

White with #014445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014445; }

 p { color: rgb(1,68,69); }

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

background-color css

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

 a { background-color: rgb(1,68,69); }

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

border-color css

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

 span { border-color: rgb(1,68,69); }

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