Html Css Color HEX #127368 Deep Sea

📋 copy color: '#127368'

red 18 ◦ green 115 ◦ blue 104

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

Shades of Deep Sea #127368

Tints of Deep Sea #127368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

 BLUE value IS 104 (41.02% from 255) = 43.88%

R = 7.59%
G = 48.52%
B = 43.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#127368 (or 0x127368) is known color: Deep Sea. HEX triplet: 12, 73 and 68. RGB value is (18,115,104). Sum of RGB (Red+Green+Blue) = 18+115+104=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #127368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127368 is #ED8C97. Grayscale: #545454. Windows color (decimal): -15568024 or 6845202. OLE color: 6845202.

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

Color convert

RGB 18 115 104 -
CMYK 0.84 0 0.10 0.55
HSL 173.2º 0.73% 0.26% -
HSV(B) 173.2º 0.84% 0.45% -
XYZ 8.88 13.39 15.21 -
YUV 84.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 18 115 104 0.84 0 0.10 0.55 173.2 0.73 0.26
Hex 12 73 68 54 0 A 37 AD 49 1A
Octal 22 163 150 124 0 12 67 255 111 32
Binary 10010 1110011 1101000 1010100 0 1010 110111 10101101 1001001 11010

Color Harmonies of #127368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127368

Black with #127368

Text Example


Text Example

White with #127368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127368; }

 p { color: rgb(18,115,104); }

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

background-color css

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

 a { background-color: rgb(18,115,104); }

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

border-color css

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

 span { border-color: rgb(18,115,104); }

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