Html Css Color HEX #1277AF Cerulean

📋 copy color: '#1277AF'

red 18 ◦ green 119 ◦ blue 175

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

Shades of Cerulean #1277AF

Tints of Cerulean #1277AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 5.77%
G = 38.14%
B = 56.09%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1277AF (or 0x1277AF) is known color: Cerulean. HEX triplet: 12, 77 and AF. RGB value is (18,119,175). Sum of RGB (Red+Green+Blue) = 18+119+175=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #1277AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1277AF is #ED8850. Grayscale: #5E5E5E. Windows color (decimal): -15566929 or 11499282. OLE color: 11499282.

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

Color convert

RGB 18 119 175 -
CMYK 0.90 0.32 0 0.31
HSL 201.4º 0.81% 0.38% -
HSV(B) 201.4º 0.9% 0.69% -
XYZ 14.58 16.42 42.96 -
YUV 95.19 173.04 72.95 -
System Red Green Blue C M Y K H S L
Decimal 18 119 175 0.90 0.32 0 0.31 201.4 0.81 0.38
Hex 12 77 AF 5A 20 0 1F C9 51 26
Octal 22 167 257 132 40 0 37 311 121 46
Binary 10010 1110111 10101111 1011010 100000 0 11111 11001001 1010001 100110

Color Harmonies of #1277AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277AF

Black with #1277AF

Text Example


Text Example

White with #1277AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1277AF; }

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

 H1.HeaderClassName
 {
   color: #1277AF;
 }
 .AnyTagClassName
 {
   color: #1277AF;
 }
</style>

background-color css

<style>
 a { background-color: #1277AF; }

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

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

border-color css

<style>
 span { border-color: #1277AF; }

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

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