Html Css Color HEX #1348AB Cobalt

📋 copy color: '#1348AB'

red 19 ◦ green 72 ◦ blue 171

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

Shades of Cobalt #1348AB

Tints of Cobalt #1348AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 7.25%
G = 27.48%
B = 65.27%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1348AB (or 0x1348AB) is known color: Cobalt. HEX triplet: 13, 48 and AB. RGB value is (19,72,171). Sum of RGB (Red+Green+Blue) = 19+72+171=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1348AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348AB is #ECB754. Grayscale: #424242. Windows color (decimal): -15513429 or 11225107. OLE color: 11225107.

HSL color Cylindrical-coordinate representation of color #1348AB: hue angle of 219.08º 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 #1348AB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 72 171 -
CMYK 0.89 0.58 0 0.33
HSL 219.08º 0.8% 0.37% -
HSV(B) 219.08º 0.89% 0.67% -
XYZ 9.94 7.71 39.49 -
YUV 67.44 186.44 93.45 -
System Red Green Blue C M Y K H S L
Decimal 19 72 171 0.89 0.58 0 0.33 219.08 0.8 0.37
Hex 13 48 AB 59 3A 0 21 DB 50 25
Octal 23 110 253 131 72 0 41 333 120 45
Binary 10011 1001000 10101011 1011001 111010 0 100001 11011011 1010000 100101

Color Harmonies of #1348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348AB

Black with #1348AB

Text Example


Text Example

White with #1348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1348AB; }

 p { color: rgb(19,72,171); }

 H1.HeaderClassName
 {
   color: #1348AB;
 }
 .AnyTagClassName
 {
   color: #1348AB;
 }
</style>

background-color css

<style>
 a { background-color: #1348AB; }

 a { background-color: rgb(19,72,171); }

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

border-color css

<style>
 span { border-color: #1348AB; }

 span { border-color: rgb(19,72,171); }

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