Html Css Color HEX #127CA2 Cerulean

📋 copy color: '#127CA2'

red 18 ◦ green 124 ◦ blue 162

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

Shades of Cerulean #127CA2

Tints of Cerulean #127CA2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 162 (63.67% from 255) = 53.29%

R = 5.92%
G = 40.79%
B = 53.29%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#127CA2 (or 0x127CA2) is known color: Cerulean. HEX triplet: 12, 7C and A2. RGB value is (18,124,162). Sum of RGB (Red+Green+Blue) = 18+124+162=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 162 (63.67% from 255 or 53.29% from 304); Max value from RGB is 162 - color contains mainly: blue. Hex color #127CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CA2 is #ED835D. Grayscale: #606060. Windows color (decimal): -15565662 or 10648594. OLE color: 10648594.

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

Color convert

RGB 18 124 162 -
CMYK 0.89 0.23 0 0.36
HSL 195.83º 0.8% 0.35% -
HSV(B) 195.83º 0.89% 0.64% -
XYZ 13.98 17.15 36.76 -
YUV 96.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 18 124 162 0.89 0.23 0 0.36 195.83 0.8 0.35
Hex 12 7C A2 59 17 0 24 C4 50 23
Octal 22 174 242 131 27 0 44 304 120 43
Binary 10010 1111100 10100010 1011001 10111 0 100100 11000100 1010000 100011

Color Harmonies of #127CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CA2

Black with #127CA2

Text Example


Text Example

White with #127CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,162); }

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

background-color css

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

 a { background-color: rgb(18,124,162); }

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

border-color css

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

 span { border-color: rgb(18,124,162); }

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