Html Css Color HEX #09404B Sherpa Blue

📋 copy color: '#09404B'

red 9 ◦ green 64 ◦ blue 75

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

Shades of Sherpa Blue #09404B

Tints of Sherpa Blue #09404B

RGB

 RED value IS 9 (3.91% from 255) = 6.08%

 GREEN value IS 64 (25.39% from 255) = 43.24%

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

R = 6.08%
G = 43.24%
B = 50.68%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09404B (or 0x09404B) is known color: Sherpa Blue. HEX triplet: 09, 40 and 4B. RGB value is (9,64,75). Sum of RGB (Red+Green+Blue) = 9+64+75=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #09404B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09404B is #F6BFB4. Grayscale: #303030. Windows color (decimal): -16170933 or 4931593. OLE color: 4931593.

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

Color convert

RGB 9 64 75 -
CMYK 0.88 0.15 0 0.71
HSL 190º 0.79% 0.16% -
HSV(B) 190º 0.88% 0.29% -
XYZ 3.22 4.23 7.3 -
YUV 48.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 9 64 75 0.88 0.15 0 0.71 190 0.79 0.16
Hex 9 40 4B 58 F 0 47 BE 4F 10
Octal 11 100 113 130 17 0 107 276 117 20
Binary 1001 1000000 1001011 1011000 1111 0 1000111 10111110 1001111 10000

Color Harmonies of #09404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09404B

Black with #09404B

Text Example


Text Example

White with #09404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,64,75); }

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

background-color css

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

 a { background-color: rgb(9,64,75); }

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

border-color css

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

 span { border-color: rgb(9,64,75); }

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