Html Css Color HEX #127396 Cerulean

📋 copy color: '#127396'

red 18 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #127396

Tints of Cerulean #127396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 6.36%
G = 40.64%
B = 53%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127396 (or 0x127396) is known color: Cerulean. HEX triplet: 12, 73 and 96. RGB value is (18,115,150). Sum of RGB (Red+Green+Blue) = 18+115+150=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #127396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127396 is #ED8C69. Grayscale: #595959. Windows color (decimal): -15567978 or 9859858. OLE color: 9859858.

HSL color Cylindrical-coordinate representation of color #127396: hue angle of 195.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127396 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 115 150 -
CMYK 0.88 0.23 0 0.41
HSL 195.91º 0.79% 0.33% -
HSV(B) 195.91º 0.88% 0.59% -
XYZ 11.89 14.59 31.04 -
YUV 89.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 18 115 150 0.88 0.23 0 0.41 195.91 0.79 0.33
Hex 12 73 96 58 17 0 29 C4 4F 21
Octal 22 163 226 130 27 0 51 304 117 41
Binary 10010 1110011 10010110 1011000 10111 0 101001 11000100 1001111 100001

Color Harmonies of #127396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127396

Black with #127396

Text Example


Text Example

White with #127396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127396; }

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

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

background-color css

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

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

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

border-color css

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

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

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