Html Css Color HEX #1278B3 Cerulean

📋 copy color: '#1278B3'

red 18 ◦ green 120 ◦ blue 179

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

Shades of Cerulean #1278B3

Tints of Cerulean #1278B3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

 BLUE value IS 179 (70.31% from 255) = 56.47%

R = 5.68%
G = 37.85%
B = 56.47%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1278B3 (or 0x1278B3) is known color: Cerulean. HEX triplet: 12, 78 and B3. RGB value is (18,120,179). Sum of RGB (Red+Green+Blue) = 18+120+179=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #1278B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278B3 is #ED874C. Grayscale: #5F5F5F. Windows color (decimal): -15566669 or 11761682. OLE color: 11761682.

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

Color convert

RGB 18 120 179 -
CMYK 0.90 0.33 0 0.30
HSL 201.99º 0.82% 0.39% -
HSV(B) 201.99º 0.9% 0.7% -
XYZ 15.1 16.82 45.1 -
YUV 96.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 18 120 179 0.90 0.33 0 0.30 201.99 0.82 0.39
Hex 12 78 B3 5A 21 0 1E CA 52 27
Octal 22 170 263 132 41 0 36 312 122 47
Binary 10010 1111000 10110011 1011010 100001 0 11110 11001010 1010010 100111

Color Harmonies of #1278B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278B3

Black with #1278B3

Text Example


Text Example

White with #1278B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1278B3; }

 p { color: rgb(18,120,179); }

 H1.HeaderClassName
 {
   color: #1278B3;
 }
 .AnyTagClassName
 {
   color: #1278B3;
 }
</style>

background-color css

<style>
 a { background-color: #1278B3; }

 a { background-color: rgb(18,120,179); }

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

border-color css

<style>
 span { border-color: #1278B3; }

 span { border-color: rgb(18,120,179); }

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