Html Css Color HEX #1284AF Cerulean

📋 copy color: '#1284AF'

red 18 ◦ green 132 ◦ blue 175

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

Shades of Cerulean #1284AF

Tints of Cerulean #1284AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.62%

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

R = 5.54%
G = 40.62%
B = 53.85%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1284AF (or 0x1284AF) is known color: Cerulean. HEX triplet: 12, 84 and AF. RGB value is (18,132,175). Sum of RGB (Red+Green+Blue) = 18+132+175=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #1284AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1284AF is #ED7B50. Grayscale: #666666. Windows color (decimal): -15563601 or 11502610. OLE color: 11502610.

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

Color convert

RGB 18 132 175 -
CMYK 0.90 0.25 0 0.31
HSL 196.43º 0.81% 0.38% -
HSV(B) 196.43º 0.9% 0.69% -
XYZ 16.24 19.73 43.51 -
YUV 102.82 168.73 67.5 -
System Red Green Blue C M Y K H S L
Decimal 18 132 175 0.90 0.25 0 0.31 196.43 0.81 0.38
Hex 12 84 AF 5A 19 0 1F C4 51 26
Octal 22 204 257 132 31 0 37 304 121 46
Binary 10010 10000100 10101111 1011010 11001 0 11111 11000100 1010001 100110

Color Harmonies of #1284AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284AF

Black with #1284AF

Text Example


Text Example

White with #1284AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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