Html Css Color HEX #127397 Cerulean

📋 copy color: '#127397'

red 18 ◦ green 115 ◦ blue 151

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

Shades of Cerulean #127397

Tints of Cerulean #127397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 6.34%
G = 40.49%
B = 53.17%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127397 (or 0x127397) is known color: Cerulean. HEX triplet: 12, 73 and 97. RGB value is (18,115,151). Sum of RGB (Red+Green+Blue) = 18+115+151=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #127397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127397 is #ED8C68. Grayscale: #595959. Windows color (decimal): -15567977 or 9925394. OLE color: 9925394.

HSL color Cylindrical-coordinate representation of color #127397: hue angle of 196.24º 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 #127397 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 115 151 -
CMYK 0.88 0.24 0 0.41
HSL 196.24º 0.79% 0.33% -
HSV(B) 196.24º 0.88% 0.59% -
XYZ 11.97 14.62 31.47 -
YUV 90.1 162.36 76.57 -
System Red Green Blue C M Y K H S L
Decimal 18 115 151 0.88 0.24 0 0.41 196.24 0.79 0.33
Hex 12 73 97 58 18 0 29 C4 4F 21
Octal 22 163 227 130 30 0 51 304 117 41
Binary 10010 1110011 10010111 1011000 11000 0 101001 11000100 1001111 100001

Color Harmonies of #127397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127397

Black with #127397

Text Example


Text Example

White with #127397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127397; }

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

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

background-color css

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

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

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

border-color css

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

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

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