Html Css Color HEX #014045 Sherpa Blue

📋 copy color: '#014045'

red 1 ◦ green 64 ◦ blue 69

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

Shades of Sherpa Blue #014045

Tints of Sherpa Blue #014045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

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

R = 0.75%
G = 47.76%
B = 51.49%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#014045 (or 0x014045) is known color: Sherpa Blue. HEX triplet: 01, 40 and 45. RGB value is (1,64,69). Sum of RGB (Red+Green+Blue) = 1+64+69=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #014045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014045 is #FEBFBA. Grayscale: #2D2D2D. Windows color (decimal): -16695227 or 4538369. OLE color: 4538369.

HSL color Cylindrical-coordinate representation of color #014045: hue angle of 184.41º 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 #014045 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 64 69 -
CMYK 0.99 0.07 0 0.73
HSL 184.41º 0.97% 0.14% -
HSV(B) 184.41º 0.99% 0.27% -
XYZ 2.92 4.1 6.27 -
YUV 45.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 1 64 69 0.99 0.07 0 0.73 184.41 0.97 0.14
Hex 1 40 45 63 7 0 49 B8 61 E
Octal 1 100 105 143 7 0 111 270 141 16
Binary 1 1000000 1000101 1100011 111 0 1001001 10111000 1100001 1110

Color Harmonies of #014045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014045

Black with #014045

Text Example


Text Example

White with #014045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014045; }

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

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

background-color css

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

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

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

border-color css

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

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

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