Html Css Color HEX #127FA1 Cerulean

📋 copy color: '#127FA1'

red 18 ◦ green 127 ◦ blue 161

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

Shades of Cerulean #127FA1

Tints of Cerulean #127FA1

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 161 (63.28% from 255) = 52.61%

R = 5.88%
G = 41.5%
B = 52.61%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#127FA1 (or 0x127FA1) is known color: Cerulean. HEX triplet: 12, 7F and A1. RGB value is (18,127,161). Sum of RGB (Red+Green+Blue) = 18+127+161=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #127FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FA1 is #ED805E. Grayscale: #626262. Windows color (decimal): -15564895 or 10583826. OLE color: 10583826.

HSL color Cylindrical-coordinate representation of color #127FA1: hue angle of 194.27º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127FA1 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 127 161 -
CMYK 0.89 0.21 0 0.37
HSL 194.27º 0.8% 0.35% -
HSV(B) 194.27º 0.89% 0.63% -
XYZ 14.27 17.88 36.42 -
YUV 98.29 163.39 70.74 -
System Red Green Blue C M Y K H S L
Decimal 18 127 161 0.89 0.21 0 0.37 194.27 0.8 0.35
Hex 12 7F A1 59 15 0 25 C2 50 23
Octal 22 177 241 131 25 0 45 302 120 43
Binary 10010 1111111 10100001 1011001 10101 0 100101 11000010 1010000 100011

Color Harmonies of #127FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FA1

Black with #127FA1

Text Example


Text Example

White with #127FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127FA1; }

 p { color: rgb(18,127,161); }

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

background-color css

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

 a { background-color: rgb(18,127,161); }

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

border-color css

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

 span { border-color: rgb(18,127,161); }

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