Html Css Color HEX #127DA1 Cerulean

📋 copy color: '#127DA1'

red 18 ◦ green 125 ◦ blue 161

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

Shades of Cerulean #127DA1

Tints of Cerulean #127DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

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

R = 5.92%
G = 41.12%
B = 52.96%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#127DA1 (or 0x127DA1) is known color: Cerulean. HEX triplet: 12, 7D and A1. RGB value is (18,125,161). Sum of RGB (Red+Green+Blue) = 18+125+161=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #127DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DA1 is #ED825E. Grayscale: #606060. Windows color (decimal): -15565407 or 10583314. OLE color: 10583314.

HSL color Cylindrical-coordinate representation of color #127DA1: hue angle of 195.1º 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 #127DA1 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 125 161 -
CMYK 0.89 0.22 0 0.37
HSL 195.1º 0.8% 0.35% -
HSV(B) 195.1º 0.89% 0.63% -
XYZ 14.02 17.37 36.33 -
YUV 97.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 18 125 161 0.89 0.22 0 0.37 195.1 0.8 0.35
Hex 12 7D A1 59 16 0 25 C3 50 23
Octal 22 175 241 131 26 0 45 303 120 43
Binary 10010 1111101 10100001 1011001 10110 0 100101 11000011 1010000 100011

Color Harmonies of #127DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DA1

Black with #127DA1

Text Example


Text Example

White with #127DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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