Html Css Color HEX #258061 Deep Sea

📋 copy color: '#258061'

red 37 ◦ green 128 ◦ blue 97

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

Shades of Deep Sea #258061

Tints of Deep Sea #258061

RGB

 RED value IS 37 (14.84% from 255) = 14.12%

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 14.12%
G = 48.85%
B = 37.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#258061 (or 0x258061) is known color: Deep Sea. HEX triplet: 25, 80 and 61. RGB value is (37,128,97). Sum of RGB (Red+Green+Blue) = 37+128+97=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #258061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258061 is #DA7F9E. Grayscale: #616161. Windows color (decimal): -14319519 or 6389797. OLE color: 6389797.

HSL color Cylindrical-coordinate representation of color #258061: hue angle of 159.56º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258061 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 97 -
CMYK 0.71 0 0.24 0.50
HSL 159.56º 0.55% 0.32% -
HSV(B) 159.56º 0.71% 0.5% -
XYZ 10.64 16.69 13.97 -
YUV 97.26 127.85 85.02 -
System Red Green Blue C M Y K H S L
Decimal 37 128 97 0.71 0 0.24 0.50 159.56 0.55 0.32
Hex 25 80 61 47 0 18 32 A0 37 20
Octal 45 200 141 107 0 30 62 240 67 40
Binary 100101 10000000 1100001 1000111 0 11000 110010 10100000 110111 100000

Color Harmonies of #258061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258061

Black with #258061

Text Example


Text Example

White with #258061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258061; }

 p { color: rgb(37,128,97); }

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

background-color css

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

 a { background-color: rgb(37,128,97); }

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

border-color css

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

 span { border-color: rgb(37,128,97); }

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