Html Css Color HEX #043FC1 Cobalt

📋 copy color: '#043FC1'

red 4 ◦ green 63 ◦ blue 193

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

Shades of Cobalt #043FC1

Tints of Cobalt #043FC1

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 193 (75.78% from 255) = 74.23%

R = 1.54%
G = 24.23%
B = 74.23%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#043FC1 (or 0x043FC1) is known color: Cobalt. HEX triplet: 04, 3F and C1. RGB value is (4,63,193). Sum of RGB (Red+Green+Blue) = 4+63+193=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #043FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FC1 is #FBC03E. Grayscale: #3B3B3B. Windows color (decimal): -16498751 or 12664580. OLE color: 12664580.

HSL color Cylindrical-coordinate representation of color #043FC1: hue angle of 221.27º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FC1 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 63 193 -
CMYK 0.98 0.67 0 0.24
HSL 221.27º 0.96% 0.39% -
HSV(B) 221.27º 0.98% 0.76% -
XYZ 11.45 7.43 51.28 -
YUV 60.18 202.95 87.93 -
System Red Green Blue C M Y K H S L
Decimal 4 63 193 0.98 0.67 0 0.24 221.27 0.96 0.39
Hex 4 3F C1 62 43 0 18 DD 60 27
Octal 4 77 301 142 103 0 30 335 140 47
Binary 100 111111 11000001 1100010 1000011 0 11000 11011101 1100000 100111

Color Harmonies of #043FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FC1

Black with #043FC1

Text Example


Text Example

White with #043FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,63,193); }

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

background-color css

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

 a { background-color: rgb(4,63,193); }

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

border-color css

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

 span { border-color: rgb(4,63,193); }

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