Html Css Color HEX #127AB7 Cerulean

📋 copy color: '#127AB7'

red 18 ◦ green 122 ◦ blue 183

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

Shades of Cerulean #127AB7

Tints of Cerulean #127AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.66%

R = 5.57%
G = 37.77%
B = 56.66%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#127AB7 (or 0x127AB7) is known color: Cerulean. HEX triplet: 12, 7A and B7. RGB value is (18,122,183). Sum of RGB (Red+Green+Blue) = 18+122+183=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #127AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB7 is #ED8548. Grayscale: #616161. Windows color (decimal): -15566153 or 12024338. OLE color: 12024338.

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

Color convert

RGB 18 122 183 -
CMYK 0.90 0.33 0 0.28
HSL 202.18º 0.82% 0.39% -
HSV(B) 202.18º 0.9% 0.72% -
XYZ 15.76 17.47 47.34 -
YUV 97.86 176.04 71.04 -
System Red Green Blue C M Y K H S L
Decimal 18 122 183 0.90 0.33 0 0.28 202.18 0.82 0.39
Hex 12 7A B7 5A 21 0 1C CA 52 27
Octal 22 172 267 132 41 0 34 312 122 47
Binary 10010 1111010 10110111 1011010 100001 0 11100 11001010 1010010 100111

Color Harmonies of #127AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AB7

Black with #127AB7

Text Example


Text Example

White with #127AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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