Html Css Color HEX #127BA1 Cerulean

📋 copy color: '#127BA1'

red 18 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #127BA1

Tints of Cerulean #127BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

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

R = 5.96%
G = 40.73%
B = 53.31%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#127BA1 (or 0x127BA1) is known color: Cerulean. HEX triplet: 12, 7B and A1. RGB value is (18,123,161). Sum of RGB (Red+Green+Blue) = 18+123+161=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #127BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA1 is #ED845E. Grayscale: #5F5F5F. Windows color (decimal): -15565919 or 10582802. OLE color: 10582802.

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

Color convert

RGB 18 123 161 -
CMYK 0.89 0.24 0 0.37
HSL 195.94º 0.8% 0.35% -
HSV(B) 195.94º 0.89% 0.63% -
XYZ 13.77 16.87 36.25 -
YUV 95.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 18 123 161 0.89 0.24 0 0.37 195.94 0.8 0.35
Hex 12 7B A1 59 18 0 25 C4 50 23
Octal 22 173 241 131 30 0 45 304 120 43
Binary 10010 1111011 10100001 1011001 11000 0 100101 11000100 1010000 100011

Color Harmonies of #127BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BA1

Black with #127BA1

Text Example


Text Example

White with #127BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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