Html Css Color HEX #1384AF Cerulean

📋 copy color: '#1384AF'

red 19 ◦ green 132 ◦ blue 175

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

Shades of Cerulean #1384AF

Tints of Cerulean #1384AF

RGB

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

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

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

R = 5.83%
G = 40.49%
B = 53.68%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1384AF (or 0x1384AF) is known color: Cerulean. HEX triplet: 13, 84 and AF. RGB value is (19,132,175). Sum of RGB (Red+Green+Blue) = 19+132+175=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #1384AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1384AF is #EC7B50. Grayscale: #666666. Windows color (decimal): -15498065 or 11502611. OLE color: 11502611.

HSL color Cylindrical-coordinate representation of color #1384AF: hue angle of 196.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1384AF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 132 175 -
CMYK 0.89 0.25 0 0.31
HSL 196.54º 0.8% 0.38% -
HSV(B) 196.54º 0.89% 0.69% -
XYZ 16.26 19.74 43.51 -
YUV 103.12 168.56 68 -
System Red Green Blue C M Y K H S L
Decimal 19 132 175 0.89 0.25 0 0.31 196.54 0.8 0.38
Hex 13 84 AF 59 19 0 1F C5 50 26
Octal 23 204 257 131 31 0 37 305 120 46
Binary 10011 10000100 10101111 1011001 11001 0 11111 11000101 1010000 100110

Color Harmonies of #1384AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1384AF

Black with #1384AF

Text Example


Text Example

White with #1384AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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