Html Css Color HEX #0452A1 Cobalt

📋 copy color: '#0452A1'

red 4 ◦ green 82 ◦ blue 161

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

Shades of Cobalt #0452A1

Tints of Cobalt #0452A1

RGB

 RED value IS 4 (1.95% from 255) = 1.62%

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 161 (63.28% from 255) = 65.18%

R = 1.62%
G = 33.2%
B = 65.18%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0452A1 (or 0x0452A1) is known color: Cobalt. HEX triplet: 04, 52 and A1. RGB value is (4,82,161). Sum of RGB (Red+Green+Blue) = 4+82+161=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #0452A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0452A1 is #FBAD5E. Grayscale: #434343. Windows color (decimal): -16493919 or 10572292. OLE color: 10572292.

HSL color Cylindrical-coordinate representation of color #0452A1: hue angle of 210.19º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452A1 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 82 161 -
CMYK 0.98 0.49 0 0.37
HSL 210.19º 0.95% 0.32% -
HSV(B) 210.19º 0.98% 0.63% -
XYZ 9.5 8.63 34.88 -
YUV 67.68 180.66 82.58 -
System Red Green Blue C M Y K H S L
Decimal 4 82 161 0.98 0.49 0 0.37 210.19 0.95 0.32
Hex 4 52 A1 62 31 0 25 D2 5F 20
Octal 4 122 241 142 61 0 45 322 137 40
Binary 100 1010010 10100001 1100010 110001 0 100101 11010010 1011111 100000

Color Harmonies of #0452A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0452A1

Black with #0452A1

Text Example


Text Example

White with #0452A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0452A1; }

 p { color: rgb(4,82,161); }

 H1.HeaderClassName
 {
   color: #0452A1;
 }
 .AnyTagClassName
 {
   color: #0452A1;
 }
</style>

background-color css

<style>
 a { background-color: #0452A1; }

 a { background-color: rgb(4,82,161); }

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

border-color css

<style>
 span { border-color: #0452A1; }

 span { border-color: rgb(4,82,161); }

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