Html Css Color HEX #1277B1 Cerulean

📋 copy color: '#1277B1'

red 18 ◦ green 119 ◦ blue 177

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

Shades of Cerulean #1277B1

Tints of Cerulean #1277B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 56.37%

R = 5.73%
G = 37.9%
B = 56.37%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1277B1 (or 0x1277B1) is known color: Cerulean. HEX triplet: 12, 77 and B1. RGB value is (18,119,177). Sum of RGB (Red+Green+Blue) = 18+119+177=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #1277B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1277B1 is #ED884E. Grayscale: #5F5F5F. Windows color (decimal): -15566927 or 11630354. OLE color: 11630354.

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

Color convert

RGB 18 119 177 -
CMYK 0.90 0.33 0 0.31
HSL 201.89º 0.82% 0.38% -
HSV(B) 201.89º 0.9% 0.69% -
XYZ 14.78 16.5 44 -
YUV 95.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 18 119 177 0.90 0.33 0 0.31 201.89 0.82 0.38
Hex 12 77 B1 5A 21 0 1F CA 52 26
Octal 22 167 261 132 41 0 37 312 122 46
Binary 10010 1110111 10110001 1011010 100001 0 11111 11001010 1010010 100110

Color Harmonies of #1277B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1277B1

Black with #1277B1

Text Example


Text Example

White with #1277B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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