Html Css Color HEX #10434F Sherpa Blue

📋 copy color: '#10434F'

red 16 ◦ green 67 ◦ blue 79

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

Shades of Sherpa Blue #10434F

Tints of Sherpa Blue #10434F

RGB

 RED value IS 16 (6.64% from 255) = 9.88%

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

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 9.88%
G = 41.36%
B = 48.77%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10434F (or 0x10434F) is known color: Sherpa Blue. HEX triplet: 10, 43 and 4F. RGB value is (16,67,79). Sum of RGB (Red+Green+Blue) = 16+67+79=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #10434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10434F is #EFBCB0. Grayscale: #353535. Windows color (decimal): -15711409 or 5194512. OLE color: 5194512.

HSL color Cylindrical-coordinate representation of color #10434F: hue angle of 191.43º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10434F is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 67 79 -
CMYK 0.80 0.15 0 0.69
HSL 191.43º 0.66% 0.19% -
HSV(B) 191.43º 0.8% 0.31% -
XYZ 3.63 4.69 8.11 -
YUV 53.12 142.6 101.52 -
System Red Green Blue C M Y K H S L
Decimal 16 67 79 0.80 0.15 0 0.69 191.43 0.66 0.19
Hex 10 43 4F 50 F 0 45 BF 42 13
Octal 20 103 117 120 17 0 105 277 102 23
Binary 10000 1000011 1001111 1010000 1111 0 1000101 10111111 1000010 10011

Color Harmonies of #10434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10434F

Black with #10434F

Text Example


Text Example

White with #10434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10434F; }

 p { color: rgb(16,67,79); }

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

background-color css

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

 a { background-color: rgb(16,67,79); }

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

border-color css

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

 span { border-color: rgb(16,67,79); }

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