Html Css Color HEX #1547AF Cobalt

📋 copy color: '#1547AF'

red 21 ◦ green 71 ◦ blue 175

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

Shades of Cobalt #1547AF

Tints of Cobalt #1547AF

RGB

 RED value IS 21 (8.59% from 255) = 7.87%

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 7.87%
G = 26.59%
B = 65.54%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1547AF (or 0x1547AF) is known color: Cobalt. HEX triplet: 15, 47 and AF. RGB value is (21,71,175). Sum of RGB (Red+Green+Blue) = 21+71+175=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #1547AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547AF is #EAB850. Grayscale: #434343. Windows color (decimal): -15382609 or 11486997. OLE color: 11486997.

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

Color convert

RGB 21 71 175 -
CMYK 0.88 0.59 0 0.31
HSL 220.52º 0.79% 0.38% -
HSV(B) 220.52º 0.88% 0.69% -
XYZ 10.3 7.76 41.51 -
YUV 67.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 21 71 175 0.88 0.59 0 0.31 220.52 0.79 0.38
Hex 15 47 AF 58 3B 0 1F DD 4F 26
Octal 25 107 257 130 73 0 37 335 117 46
Binary 10101 1000111 10101111 1011000 111011 0 11111 11011101 1001111 100110

Color Harmonies of #1547AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1547AF

Black with #1547AF

Text Example


Text Example

White with #1547AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,71,175); }

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

background-color css

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

 a { background-color: rgb(21,71,175); }

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

border-color css

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

 span { border-color: rgb(21,71,175); }

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