Html Css Color HEX #127FA2 Cerulean

📋 copy color: '#127FA2'

red 18 ◦ green 127 ◦ blue 162

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

Shades of Cerulean #127FA2

Tints of Cerulean #127FA2

RGB

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

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

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

R = 5.86%
G = 41.37%
B = 52.77%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#127FA2 (or 0x127FA2) is known color: Cerulean. HEX triplet: 12, 7F and A2. RGB value is (18,127,162). Sum of RGB (Red+Green+Blue) = 18+127+162=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #127FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FA2 is #ED805D. Grayscale: #626262. Windows color (decimal): -15564894 or 10649362. OLE color: 10649362.

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

Color convert

RGB 18 127 162 -
CMYK 0.89 0.22 0 0.36
HSL 194.58º 0.8% 0.35% -
HSV(B) 194.58º 0.89% 0.64% -
XYZ 14.36 17.92 36.88 -
YUV 98.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 18 127 162 0.89 0.22 0 0.36 194.58 0.8 0.35
Hex 12 7F A2 59 16 0 24 C3 50 23
Octal 22 177 242 131 26 0 44 303 120 43
Binary 10010 1111111 10100010 1011001 10110 0 100100 11000011 1010000 100011

Color Harmonies of #127FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FA2

Black with #127FA2

Text Example


Text Example

White with #127FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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