Html Css Color HEX #043CBC Cobalt

📋 copy color: '#043CBC'

red 4 ◦ green 60 ◦ blue 188

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

Shades of Cobalt #043CBC

Tints of Cobalt #043CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 1.59%
G = 23.81%
B = 74.6%

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

#043CBC (or 0x043CBC) is known color: Cobalt. HEX triplet: 04, 3C and BC. RGB value is (4,60,188). Sum of RGB (Red+Green+Blue) = 4+60+188=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #043CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CBC is #FBC343. Grayscale: #393939. Windows color (decimal): -16499524 or 12336132. OLE color: 12336132.

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

Color convert

RGB 4 60 188 -
CMYK 0.98 0.68 0 0.26
HSL 221.74º 0.96% 0.38% -
HSV(B) 221.74º 0.98% 0.74% -
XYZ 10.74 6.89 48.34 -
YUV 57.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 4 60 188 0.98 0.68 0 0.26 221.74 0.96 0.38
Hex 4 3C BC 62 44 0 1A DE 60 26
Octal 4 74 274 142 104 0 32 336 140 46
Binary 100 111100 10111100 1100010 1000100 0 11010 11011110 1100000 100110

Color Harmonies of #043CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043CBC

Black with #043CBC

Text Example


Text Example

White with #043CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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