Html Css Color HEX #00424B Sherpa Blue

📋 copy color: '#00424B'

red 0 ◦ green 66 ◦ blue 75

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

Shades of Sherpa Blue #00424B

Tints of Sherpa Blue #00424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

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

R = 0%
G = 46.81%
B = 53.19%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00424B (or 0x00424B) is known color: Sherpa Blue. HEX triplet: 00, 42 and 4B. RGB value is (0,66,75). Sum of RGB (Red+Green+Blue) = 0+66+75=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #00424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00424B is #FFBDB4. Grayscale: #2F2F2F. Windows color (decimal): -16760245 or 4932096. OLE color: 4932096.

HSL color Cylindrical-coordinate representation of color #00424B: hue angle of 187.2º 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 #00424B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 66 75 -
CMYK 1 0.12 0 0.71
HSL 187.2º 1% 0.15% -
HSV(B) 187.2º 1% 0.29% -
XYZ 3.22 4.4 7.34 -
YUV 47.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 0 66 75 1 0.12 0 0.71 187.2 1 0.15
Hex 0 42 4B 64 C 0 47 BB 64 F
Octal 0 102 113 144 14 0 107 273 144 17
Binary 0 1000010 1001011 1100100 1100 0 1000111 10111011 1100100 1111

Color Harmonies of #00424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00424B

Black with #00424B

Text Example


Text Example

White with #00424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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