Html Css Color HEX #1048AA Cobalt

📋 copy color: '#1048AA'

red 16 ◦ green 72 ◦ blue 170

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

Shades of Cobalt #1048AA

Tints of Cobalt #1048AA

RGB

 RED value IS 16 (6.64% from 255) = 6.2%

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

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

R = 6.2%
G = 27.91%
B = 65.89%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1048AA (or 0x1048AA) is known color: Cobalt. HEX triplet: 10, 48 and AA. RGB value is (16,72,170). Sum of RGB (Red+Green+Blue) = 16+72+170=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1048AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1048AA is #EFB755. Grayscale: #414141. Windows color (decimal): -15710038 or 11159568. OLE color: 11159568.

HSL color Cylindrical-coordinate representation of color #1048AA: hue angle of 218.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1048AA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 72 170 -
CMYK 0.91 0.58 0 0.33
HSL 218.18º 0.83% 0.36% -
HSV(B) 218.18º 0.91% 0.67% -
XYZ 9.79 7.65 38.99 -
YUV 66.43 186.45 92.03 -
System Red Green Blue C M Y K H S L
Decimal 16 72 170 0.91 0.58 0 0.33 218.18 0.83 0.36
Hex 10 48 AA 5B 3A 0 21 DA 53 24
Octal 20 110 252 133 72 0 41 332 123 44
Binary 10000 1001000 10101010 1011011 111010 0 100001 11011010 1010011 100100

Color Harmonies of #1048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1048AA

Black with #1048AA

Text Example


Text Example

White with #1048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,72,170); }

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

background-color css

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

 a { background-color: rgb(16,72,170); }

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

border-color css

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

 span { border-color: rgb(16,72,170); }

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