Html Css Color HEX #043DB0 Cobalt

📋 copy color: '#043DB0'

red 4 ◦ green 61 ◦ blue 176

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

Shades of Cobalt #043DB0

Tints of Cobalt #043DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

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

R = 1.66%
G = 25.31%
B = 73.03%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#043DB0 (or 0x043DB0) is known color: Cobalt. HEX triplet: 04, 3D and B0. RGB value is (4,61,176). Sum of RGB (Red+Green+Blue) = 4+61+176=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #043DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043DB0 is #FBC24F. Grayscale: #383838. Windows color (decimal): -16499280 or 11549956. OLE color: 11549956.

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

Color convert

RGB 4 61 176 -
CMYK 0.98 0.65 0 0.31
HSL 220.12º 0.96% 0.35% -
HSV(B) 220.12º 0.98% 0.69% -
XYZ 9.56 6.5 41.82 -
YUV 57.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 4 61 176 0.98 0.65 0 0.31 220.12 0.96 0.35
Hex 4 3D B0 62 41 0 1F DC 60 23
Octal 4 75 260 142 101 0 37 334 140 43
Binary 100 111101 10110000 1100010 1000001 0 11111 11011100 1100000 100011

Color Harmonies of #043DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DB0

Black with #043DB0

Text Example


Text Example

White with #043DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043DB0; }

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

 H1.HeaderClassName
 {
   color: #043DB0;
 }
 .AnyTagClassName
 {
   color: #043DB0;
 }
</style>

background-color css

<style>
 a { background-color: #043DB0; }

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

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

border-color css

<style>
 span { border-color: #043DB0; }

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

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