Html Css Color HEX #0451B0 Cobalt

📋 copy color: '#0451B0'

red 4 ◦ green 81 ◦ blue 176

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

Shades of Cobalt #0451B0

Tints of Cobalt #0451B0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.03%

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

R = 1.53%
G = 31.03%
B = 67.43%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0451B0 (or 0x0451B0) is known color: Cobalt. HEX triplet: 04, 51 and B0. RGB value is (4,81,176). Sum of RGB (Red+Green+Blue) = 4+81+176=261 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #0451B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0451B0 is #FBAE4F. Grayscale: #444444. Windows color (decimal): -16494160 or 11555076. OLE color: 11555076.

HSL color Cylindrical-coordinate representation of color #0451B0: hue angle of 213.14º 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 #0451B0 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 81 176 -
CMYK 0.98 0.54 0 0.31
HSL 213.14º 0.96% 0.35% -
HSV(B) 213.14º 0.98% 0.69% -
XYZ 10.83 9.05 42.25 -
YUV 68.81 188.49 81.78 -
System Red Green Blue C M Y K H S L
Decimal 4 81 176 0.98 0.54 0 0.31 213.14 0.96 0.35
Hex 4 51 B0 62 36 0 1F D5 60 23
Octal 4 121 260 142 66 0 37 325 140 43
Binary 100 1010001 10110000 1100010 110110 0 11111 11010101 1100000 100011

Color Harmonies of #0451B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0451B0

Black with #0451B0

Text Example


Text Example

White with #0451B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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