Html Css Color HEX #127AAF Cerulean

📋 copy color: '#127AAF'

red 18 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #127AAF

Tints of Cerulean #127AAF

RGB

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

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

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

R = 5.71%
G = 38.73%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#127AAF (or 0x127AAF) is known color: Cerulean. HEX triplet: 12, 7A and AF. RGB value is (18,122,175). Sum of RGB (Red+Green+Blue) = 18+122+175=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #127AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAF is #ED8550. Grayscale: #606060. Windows color (decimal): -15566161 or 11500050. OLE color: 11500050.

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

Color convert

RGB 18 122 175 -
CMYK 0.90 0.30 0 0.31
HSL 200.25º 0.81% 0.38% -
HSV(B) 200.25º 0.9% 0.69% -
XYZ 14.95 17.14 43.08 -
YUV 96.95 172.04 71.69 -
System Red Green Blue C M Y K H S L
Decimal 18 122 175 0.90 0.30 0 0.31 200.25 0.81 0.38
Hex 12 7A AF 5A 1E 0 1F C8 51 26
Octal 22 172 257 132 36 0 37 310 121 46
Binary 10010 1111010 10101111 1011010 11110 0 11111 11001000 1010001 100110

Color Harmonies of #127AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AAF

Black with #127AAF

Text Example


Text Example

White with #127AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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