Html Css Color HEX #08434B Sherpa Blue

📋 copy color: '#08434B'

red 8 ◦ green 67 ◦ blue 75

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

Shades of Sherpa Blue #08434B

Tints of Sherpa Blue #08434B

RGB

 RED value IS 8 (3.52% from 255) = 5.33%

 GREEN value IS 67 (26.56% from 255) = 44.67%

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

R = 5.33%
G = 44.67%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#08434B (or 0x08434B) is known color: Sherpa Blue. HEX triplet: 08, 43 and 4B. RGB value is (8,67,75). Sum of RGB (Red+Green+Blue) = 8+67+75=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #08434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08434B is #F7BCB4. Grayscale: #323232. Windows color (decimal): -16235701 or 4932360. OLE color: 4932360.

HSL color Cylindrical-coordinate representation of color #08434B: hue angle of 187.16º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08434B is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 67 75 -
CMYK 0.89 0.11 0 0.71
HSL 187.16º 0.81% 0.16% -
HSV(B) 187.16º 0.89% 0.29% -
XYZ 3.38 4.57 7.36 -
YUV 50.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 8 67 75 0.89 0.11 0 0.71 187.16 0.81 0.16
Hex 8 43 4B 59 B 0 47 BB 51 10
Octal 10 103 113 131 13 0 107 273 121 20
Binary 1000 1000011 1001011 1011001 1011 0 1000111 10111011 1010001 10000

Color Harmonies of #08434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08434B

Black with #08434B

Text Example


Text Example

White with #08434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,67,75); }

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

background-color css

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

 a { background-color: rgb(8,67,75); }

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

border-color css

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

 span { border-color: rgb(8,67,75); }

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