Html Css Color HEX #127EAF Cerulean

📋 copy color: '#127EAF'

red 18 ◦ green 126 ◦ blue 175

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

Shades of Cerulean #127EAF

Tints of Cerulean #127EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 5.64%
G = 39.5%
B = 54.86%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#127EAF (or 0x127EAF) is known color: Cerulean. HEX triplet: 12, 7E and AF. RGB value is (18,126,175). Sum of RGB (Red+Green+Blue) = 18+126+175=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #127EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EAF is #ED8150. Grayscale: #626262. Windows color (decimal): -15565137 or 11501074. OLE color: 11501074.

HSL color Cylindrical-coordinate representation of color #127EAF: hue angle of 198.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127EAF is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 126 175 -
CMYK 0.90 0.28 0 0.31
HSL 198.73º 0.81% 0.38% -
HSV(B) 198.73º 0.9% 0.69% -
XYZ 15.45 18.15 43.25 -
YUV 99.29 170.72 70.02 -
System Red Green Blue C M Y K H S L
Decimal 18 126 175 0.90 0.28 0 0.31 198.73 0.81 0.38
Hex 12 7E AF 5A 1C 0 1F C7 51 26
Octal 22 176 257 132 34 0 37 307 121 46
Binary 10010 1111110 10101111 1011010 11100 0 11111 11000111 1010001 100110

Color Harmonies of #127EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EAF

Black with #127EAF

Text Example


Text Example

White with #127EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,126,175); }

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

background-color css

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

 a { background-color: rgb(18,126,175); }

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

border-color css

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

 span { border-color: rgb(18,126,175); }

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