Html Css Color HEX #0046CA Cobalt

📋 copy color: '#0046CA'

red 0 ◦ green 70 ◦ blue 202

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

Shades of Cobalt #0046CA

Tints of Cobalt #0046CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 0%
G = 25.74%
B = 74.26%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0046CA (or 0x0046CA) is known color: Cobalt. HEX triplet: 00, 46 and CA. RGB value is (0,70,202). Sum of RGB (Red+Green+Blue) = 0+70+202=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #0046CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046CA is #FFB935. Grayscale: #3F3F3F. Windows color (decimal): -16759094 or 13256192. OLE color: 13256192.

HSL color Cylindrical-coordinate representation of color #0046CA: hue angle of 219.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046CA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 70 202 -
CMYK 1 0.65 0 0.21
HSL 219.21º 1% 0.4% -
HSV(B) 219.21º 1% 0.79% -
XYZ 12.85 8.64 56.87 -
YUV 64.12 205.81 82.27 -
System Red Green Blue C M Y K H S L
Decimal 0 70 202 1 0.65 0 0.21 219.21 1 0.4
Hex 0 46 CA 64 41 0 15 DB 64 28
Octal 0 106 312 144 101 0 25 333 144 50
Binary 0 1000110 11001010 1100100 1000001 0 10101 11011011 1100100 101000

Color Harmonies of #0046CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0046CA

Black with #0046CA

Text Example


Text Example

White with #0046CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0046CA; }

 p { color: rgb(0,70,202); }

 H1.HeaderClassName
 {
   color: #0046CA;
 }
 .AnyTagClassName
 {
   color: #0046CA;
 }
</style>

background-color css

<style>
 a { background-color: #0046CA; }

 a { background-color: rgb(0,70,202); }

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

border-color css

<style>
 span { border-color: #0046CA; }

 span { border-color: rgb(0,70,202); }

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