Html Css Color HEX #1283AF Cerulean

📋 copy color: '#1283AF'

red 18 ◦ green 131 ◦ blue 175

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

Shades of Cerulean #1283AF

Tints of Cerulean #1283AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

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

R = 5.56%
G = 40.43%
B = 54.01%

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

#1283AF (or 0x1283AF) is known color: Cerulean. HEX triplet: 12, 83 and AF. RGB value is (18,131,175). Sum of RGB (Red+Green+Blue) = 18+131+175=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1283AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AF is #ED7C50. Grayscale: #656565. Windows color (decimal): -15563857 or 11502354. OLE color: 11502354.

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

Color convert

RGB 18 131 175 -
CMYK 0.90 0.25 0 0.31
HSL 196.82º 0.81% 0.38% -
HSV(B) 196.82º 0.9% 0.69% -
XYZ 16.1 19.46 43.46 -
YUV 102.23 169.06 67.92 -
System Red Green Blue C M Y K H S L
Decimal 18 131 175 0.90 0.25 0 0.31 196.82 0.81 0.38
Hex 12 83 AF 5A 19 0 1F C5 51 26
Octal 22 203 257 132 31 0 37 305 121 46
Binary 10010 10000011 10101111 1011010 11001 0 11111 11000101 1010001 100110

Color Harmonies of #1283AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283AF

Black with #1283AF

Text Example


Text Example

White with #1283AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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