Html Css Color HEX #0A434A Sherpa Blue

📋 copy color: '#0A434A'

red 10 ◦ green 67 ◦ blue 74

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

Shades of Sherpa Blue #0A434A

Tints of Sherpa Blue #0A434A

RGB

 RED value IS 10 (4.3% from 255) = 6.62%

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

 BLUE value IS 74 (29.3% from 255) = 49.01%

R = 6.62%
G = 44.37%
B = 49.01%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A434A (or 0x0A434A) is known color: Sherpa Blue. HEX triplet: 0A, 43 and 4A. RGB value is (10,67,74). Sum of RGB (Red+Green+Blue) = 10+67+74=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A434A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A434A is #F5BCB5. Grayscale: #323232. Windows color (decimal): -16104630 or 4866826. OLE color: 4866826.

HSL color Cylindrical-coordinate representation of color #0A434A: hue angle of 186.56º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A434A is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 67 74 -
CMYK 0.86 0.09 0 0.71
HSL 186.56º 0.76% 0.16% -
HSV(B) 186.56º 0.86% 0.29% -
XYZ 3.37 4.57 7.18 -
YUV 50.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 10 67 74 0.86 0.09 0 0.71 186.56 0.76 0.16
Hex A 43 4A 56 9 0 47 BB 4C 10
Octal 12 103 112 126 11 0 107 273 114 20
Binary 1010 1000011 1001010 1010110 1001 0 1000111 10111011 1001100 10000

Color Harmonies of #0A434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A434A

Black with #0A434A

Text Example


Text Example

White with #0A434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A434A; }

 p { color: rgb(10,67,74); }

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

background-color css

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

 a { background-color: rgb(10,67,74); }

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

border-color css

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

 span { border-color: rgb(10,67,74); }

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