Html Css Color HEX #1379B3 Cerulean

📋 copy color: '#1379B3'

red 19 ◦ green 121 ◦ blue 179

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

Shades of Cerulean #1379B3

Tints of Cerulean #1379B3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.93%

 BLUE value IS 179 (70.31% from 255) = 56.11%

R = 5.96%
G = 37.93%
B = 56.11%

CMYK

 C value IS 0.89

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1379B3 (or 0x1379B3) is known color: Cerulean. HEX triplet: 13, 79 and B3. RGB value is (19,121,179). Sum of RGB (Red+Green+Blue) = 19+121+179=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #1379B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379B3 is #EC864C. Grayscale: #606060. Windows color (decimal): -15500877 or 11761939. OLE color: 11761939.

HSL color Cylindrical-coordinate representation of color #1379B3: hue angle of 201.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1379B3 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 121 179 -
CMYK 0.89 0.32 0 0.30
HSL 201.75º 0.81% 0.39% -
HSV(B) 201.75º 0.89% 0.7% -
XYZ 15.24 17.07 45.14 -
YUV 97.11 174.21 72.28 -
System Red Green Blue C M Y K H S L
Decimal 19 121 179 0.89 0.32 0 0.30 201.75 0.81 0.39
Hex 13 79 B3 59 20 0 1E CA 51 27
Octal 23 171 263 131 40 0 36 312 121 47
Binary 10011 1111001 10110011 1011001 100000 0 11110 11001010 1010001 100111

Color Harmonies of #1379B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1379B3

Black with #1379B3

Text Example


Text Example

White with #1379B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1379B3; }

 p { color: rgb(19,121,179); }

 H1.HeaderClassName
 {
   color: #1379B3;
 }
 .AnyTagClassName
 {
   color: #1379B3;
 }
</style>

background-color css

<style>
 a { background-color: #1379B3; }

 a { background-color: rgb(19,121,179); }

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

border-color css

<style>
 span { border-color: #1379B3; }

 span { border-color: rgb(19,121,179); }

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