Html Css Color HEX #1278AF Cerulean

📋 copy color: '#1278AF'

red 18 ◦ green 120 ◦ blue 175

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

Shades of Cerulean #1278AF

Tints of Cerulean #1278AF

RGB

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

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

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

R = 5.75%
G = 38.34%
B = 55.91%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1278AF (or 0x1278AF) is known color: Cerulean. HEX triplet: 12, 78 and AF. RGB value is (18,120,175). Sum of RGB (Red+Green+Blue) = 18+120+175=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1278AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1278AF is #ED8750. Grayscale: #5F5F5F. Windows color (decimal): -15566673 or 11499538. OLE color: 11499538.

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

Color convert

RGB 18 120 175 -
CMYK 0.90 0.31 0 0.31
HSL 201.02º 0.81% 0.38% -
HSV(B) 201.02º 0.9% 0.69% -
XYZ 14.7 16.66 43 -
YUV 95.77 172.71 72.53 -
System Red Green Blue C M Y K H S L
Decimal 18 120 175 0.90 0.31 0 0.31 201.02 0.81 0.38
Hex 12 78 AF 5A 1F 0 1F C9 51 26
Octal 22 170 257 132 37 0 37 311 121 46
Binary 10010 1111000 10101111 1011010 11111 0 11111 11001001 1010001 100110

Color Harmonies of #1278AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1278AF

Black with #1278AF

Text Example


Text Example

White with #1278AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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