Html Css Color HEX #1383AA Cerulean

📋 copy color: '#1383AA'

red 19 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #1383AA

Tints of Cerulean #1383AA

RGB

 RED value IS 19 (7.81% from 255) = 5.94%

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 5.94%
G = 40.94%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1383AA (or 0x1383AA) is known color: Cerulean. HEX triplet: 13, 83 and AA. RGB value is (19,131,170). Sum of RGB (Red+Green+Blue) = 19+131+170=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #1383AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1383AA is #EC7C55. Grayscale: #656565. Windows color (decimal): -15498326 or 11174675. OLE color: 11174675.

HSL color Cylindrical-coordinate representation of color #1383AA: hue angle of 195.5º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1383AA is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 131 170 -
CMYK 0.89 0.23 0 0.33
HSL 195.5º 0.8% 0.37% -
HSV(B) 195.5º 0.89% 0.67% -
XYZ 15.64 19.27 40.93 -
YUV 101.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 19 131 170 0.89 0.23 0 0.33 195.5 0.8 0.37
Hex 13 83 AA 59 17 0 21 C3 50 25
Octal 23 203 252 131 27 0 41 303 120 45
Binary 10011 10000011 10101010 1011001 10111 0 100001 11000011 1010000 100101

Color Harmonies of #1383AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383AA

Black with #1383AA

Text Example


Text Example

White with #1383AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1383AA; }

 p { color: rgb(19,131,170); }

 H1.HeaderClassName
 {
   color: #1383AA;
 }
 .AnyTagClassName
 {
   color: #1383AA;
 }
</style>

background-color css

<style>
 a { background-color: #1383AA; }

 a { background-color: rgb(19,131,170); }

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

border-color css

<style>
 span { border-color: #1383AA; }

 span { border-color: rgb(19,131,170); }

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