Html Css Color HEX #0458B0 Cobalt

📋 copy color: '#0458B0'

red 4 ◦ green 88 ◦ blue 176

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

Shades of Cobalt #0458B0

Tints of Cobalt #0458B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 176 (69.14% from 255) = 65.67%

R = 1.49%
G = 32.84%
B = 65.67%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0458B0 (or 0x0458B0) is known color: Cobalt. HEX triplet: 04, 58 and B0. RGB value is (4,88,176). Sum of RGB (Red+Green+Blue) = 4+88+176=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #0458B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0458B0 is #FBA74F. Grayscale: #484848. Windows color (decimal): -16492368 or 11556868. OLE color: 11556868.

HSL color Cylindrical-coordinate representation of color #0458B0: hue angle of 210.7º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0458B0 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 88 176 -
CMYK 0.98 0.50 0 0.31
HSL 210.7º 0.96% 0.35% -
HSV(B) 210.7º 0.98% 0.69% -
XYZ 11.38 10.14 42.43 -
YUV 72.92 186.17 78.84 -
System Red Green Blue C M Y K H S L
Decimal 4 88 176 0.98 0.50 0 0.31 210.7 0.96 0.35
Hex 4 58 B0 62 32 0 1F D3 60 23
Octal 4 130 260 142 62 0 37 323 140 43
Binary 100 1011000 10110000 1100010 110010 0 11111 11010011 1100000 100011

Color Harmonies of #0458B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458B0

Black with #0458B0

Text Example


Text Example

White with #0458B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0458B0; }

 p { color: rgb(4,88,176); }

 H1.HeaderClassName
 {
   color: #0458B0;
 }
 .AnyTagClassName
 {
   color: #0458B0;
 }
</style>

background-color css

<style>
 a { background-color: #0458B0; }

 a { background-color: rgb(4,88,176); }

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

border-color css

<style>
 span { border-color: #0458B0; }

 span { border-color: rgb(4,88,176); }

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