Html Css Color HEX #127AB5 Cerulean

📋 copy color: '#127AB5'

red 18 ◦ green 122 ◦ blue 181

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

Shades of Cerulean #127AB5

Tints of Cerulean #127AB5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.01%

 BLUE value IS 181 (71.09% from 255) = 56.39%

R = 5.61%
G = 38.01%
B = 56.39%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#127AB5 (or 0x127AB5) is known color: Cerulean. HEX triplet: 12, 7A and B5. RGB value is (18,122,181). Sum of RGB (Red+Green+Blue) = 18+122+181=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #127AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB5 is #ED854A. Grayscale: #616161. Windows color (decimal): -15566155 or 11893266. OLE color: 11893266.

HSL color Cylindrical-coordinate representation of color #127AB5: hue angle of 201.72º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB5 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 122 181 -
CMYK 0.90 0.33 0 0.29
HSL 201.72º 0.82% 0.39% -
HSV(B) 201.72º 0.9% 0.71% -
XYZ 15.55 17.38 46.25 -
YUV 97.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 18 122 181 0.90 0.33 0 0.29 201.72 0.82 0.39
Hex 12 7A B5 5A 21 0 1D CA 52 27
Octal 22 172 265 132 41 0 35 312 122 47
Binary 10010 1111010 10110101 1011010 100001 0 11101 11001010 1010010 100111

Color Harmonies of #127AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AB5

Black with #127AB5

Text Example


Text Example

White with #127AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,181); }

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

background-color css

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

 a { background-color: rgb(18,122,181); }

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

border-color css

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

 span { border-color: rgb(18,122,181); }

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