Html Css Color HEX #127569 Deep Sea

📋 copy color: '#127569'

red 18 ◦ green 117 ◦ blue 105

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

Shades of Deep Sea #127569

Tints of Deep Sea #127569

RGB

 RED value IS 18 (7.42% from 255) = 7.5%

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 7.5%
G = 48.75%
B = 43.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#127569 (or 0x127569) is known color: Deep Sea. HEX triplet: 12, 75 and 69. RGB value is (18,117,105). Sum of RGB (Red+Green+Blue) = 18+117+105=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #127569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127569 is #ED8A96. Grayscale: #555555. Windows color (decimal): -15567511 or 6911250. OLE color: 6911250.

HSL color Cylindrical-coordinate representation of color #127569: hue angle of 172.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127569 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 105 -
CMYK 0.85 0 0.10 0.54
HSL 172.73º 0.73% 0.26% -
HSV(B) 172.73º 0.85% 0.46% -
XYZ 9.16 13.87 15.56 -
YUV 86.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 18 117 105 0.85 0 0.10 0.54 172.73 0.73 0.26
Hex 12 75 69 55 0 A 36 AD 49 1A
Octal 22 165 151 125 0 12 66 255 111 32
Binary 10010 1110101 1101001 1010101 0 1010 110110 10101101 1001001 11010

Color Harmonies of #127569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127569

Black with #127569

Text Example


Text Example

White with #127569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127569; }

 p { color: rgb(18,117,105); }

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

background-color css

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

 a { background-color: rgb(18,117,105); }

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

border-color css

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

 span { border-color: rgb(18,117,105); }

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