Html Css Color HEX #043DBF Cobalt

📋 copy color: '#043DBF'

red 4 ◦ green 61 ◦ blue 191

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

Shades of Cobalt #043DBF

Tints of Cobalt #043DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.61%

R = 1.56%
G = 23.83%
B = 74.61%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#043DBF (or 0x043DBF) is known color: Cobalt. HEX triplet: 04, 3D and BF. RGB value is (4,61,191). Sum of RGB (Red+Green+Blue) = 4+61+191=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #043DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DBF is #FBC240. Grayscale: #3A3A3A. Windows color (decimal): -16499265 or 12532996. OLE color: 12532996.

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

Color convert

RGB 4 61 191 -
CMYK 0.98 0.68 0 0.25
HSL 221.71º 0.96% 0.38% -
HSV(B) 221.71º 0.98% 0.75% -
XYZ 11.12 7.12 50.08 -
YUV 58.78 202.62 88.93 -
System Red Green Blue C M Y K H S L
Decimal 4 61 191 0.98 0.68 0 0.25 221.71 0.96 0.38
Hex 4 3D BF 62 44 0 19 DE 60 26
Octal 4 75 277 142 104 0 31 336 140 46
Binary 100 111101 10111111 1100010 1000100 0 11001 11011110 1100000 100110

Color Harmonies of #043DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DBF

Black with #043DBF

Text Example


Text Example

White with #043DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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