Html Css Color HEX #00414B Sherpa Blue

📋 copy color: '#00414B'

red 0 ◦ green 65 ◦ blue 75

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

Shades of Sherpa Blue #00414B

Tints of Sherpa Blue #00414B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.43%
B = 53.57%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00414B (or 0x00414B) is known color: Sherpa Blue. HEX triplet: 00, 41 and 4B. RGB value is (0,65,75). Sum of RGB (Red+Green+Blue) = 0+65+75=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #00414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00414B is #FFBEB4. Grayscale: #2E2E2E. Windows color (decimal): -16760501 or 4931840. OLE color: 4931840.

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

Color convert

RGB 0 65 75 -
CMYK 1 0.13 0 0.71
HSL 188º 1% 0.15% -
HSV(B) 188º 1% 0.29% -
XYZ 3.16 4.29 7.32 -
YUV 46.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 0 65 75 1 0.13 0 0.71 188 1 0.15
Hex 0 41 4B 64 D 0 47 BC 64 F
Octal 0 101 113 144 15 0 107 274 144 17
Binary 0 1000001 1001011 1100100 1101 0 1000111 10111100 1100100 1111

Color Harmonies of #00414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00414B

Black with #00414B

Text Example


Text Example

White with #00414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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