Html Css Color HEX #043FA2 Cobalt

📋 copy color: '#043FA2'

red 4 ◦ green 63 ◦ blue 162

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

Shades of Cobalt #043FA2

Tints of Cobalt #043FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 70.74%

R = 1.75%
G = 27.51%
B = 70.74%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#043FA2 (or 0x043FA2) is known color: Cobalt. HEX triplet: 04, 3F and A2. RGB value is (4,63,162). Sum of RGB (Red+Green+Blue) = 4+63+162=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #043FA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043FA2 is #FBC05D. Grayscale: #383838. Windows color (decimal): -16498782 or 10632964. OLE color: 10632964.

HSL color Cylindrical-coordinate representation of color #043FA2: hue angle of 217.59º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FA2 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 4 63 162 -
CMYK 0.98 0.61 0 0.36
HSL 217.59º 0.95% 0.33% -
HSV(B) 217.59º 0.98% 0.64% -
XYZ 8.35 6.19 34.94 -
YUV 56.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 4 63 162 0.98 0.61 0 0.36 217.59 0.95 0.33
Hex 4 3F A2 62 3D 0 24 DA 5F 21
Octal 4 77 242 142 75 0 44 332 137 41
Binary 100 111111 10100010 1100010 111101 0 100100 11011010 1011111 100001

Color Harmonies of #043FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FA2

Black with #043FA2

Text Example


Text Example

White with #043FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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