Html Css Color HEX #127AB6 Cerulean

📋 copy color: '#127AB6'

red 18 ◦ green 122 ◦ blue 182

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

Shades of Cerulean #127AB6

Tints of Cerulean #127AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.52%

R = 5.59%
G = 37.89%
B = 56.52%

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

#127AB6 (or 0x127AB6) is known color: Cerulean. HEX triplet: 12, 7A and B6. RGB value is (18,122,182). Sum of RGB (Red+Green+Blue) = 18+122+182=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #127AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB6 is #ED8549. Grayscale: #616161. Windows color (decimal): -15566154 or 11958802. OLE color: 11958802.

HSL color Cylindrical-coordinate representation of color #127AB6: hue angle of 201.95º 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 #127AB6 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 122 182 -
CMYK 0.90 0.33 0 0.29
HSL 201.95º 0.82% 0.39% -
HSV(B) 201.95º 0.9% 0.71% -
XYZ 15.65 17.43 46.79 -
YUV 97.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 18 122 182 0.90 0.33 0 0.29 201.95 0.82 0.39
Hex 12 7A B6 5A 21 0 1D CA 52 27
Octal 22 172 266 132 41 0 35 312 122 47
Binary 10010 1111010 10110110 1011010 100001 0 11101 11001010 1010010 100111

Color Harmonies of #127AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AB6

Black with #127AB6

Text Example


Text Example

White with #127AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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