Html Css Color HEX #043DBC Cobalt

📋 copy color: '#043DBC'

red 4 ◦ green 61 ◦ blue 188

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

Shades of Cobalt #043DBC

Tints of Cobalt #043DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 1.58%
G = 24.11%
B = 74.31%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#043DBC (or 0x043DBC) is known color: Cobalt. HEX triplet: 04, 3D and BC. RGB value is (4,61,188). Sum of RGB (Red+Green+Blue) = 4+61+188=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #043DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DBC is #FBC243. Grayscale: #393939. Windows color (decimal): -16499268 or 12336388. OLE color: 12336388.

HSL color Cylindrical-coordinate representation of color #043DBC: hue angle of 221.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DBC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 61 188 -
CMYK 0.98 0.68 0 0.26
HSL 221.41º 0.96% 0.38% -
HSV(B) 221.41º 0.98% 0.74% -
XYZ 10.8 6.99 48.36 -
YUV 58.44 201.12 89.17 -
System Red Green Blue C M Y K H S L
Decimal 4 61 188 0.98 0.68 0 0.26 221.41 0.96 0.38
Hex 4 3D BC 62 44 0 1A DD 60 26
Octal 4 75 274 142 104 0 32 335 140 46
Binary 100 111101 10111100 1100010 1000100 0 11010 11011101 1100000 100110

Color Harmonies of #043DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DBC

Black with #043DBC

Text Example


Text Example

White with #043DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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