Html Css Color HEX #0042BD Cobalt

📋 copy color: '#0042BD'

red 0 ◦ green 66 ◦ blue 189

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

Shades of Cobalt #0042BD

Tints of Cobalt #0042BD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 189 (74.22% from 255) = 74.12%

R = 0%
G = 25.88%
B = 74.12%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0042BD (or 0x0042BD) is known color: Cobalt. HEX triplet: 00, 42 and BD. RGB value is (0,66,189). Sum of RGB (Red+Green+Blue) = 0+66+189=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #0042BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042BD is #FFBD42. Grayscale: #3B3B3B. Windows color (decimal): -16760131 or 12403200. OLE color: 12403200.

HSL color Cylindrical-coordinate representation of color #0042BD: hue angle of 219.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042BD is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 66 189 -
CMYK 1 0.65 0 0.26
HSL 219.05º 1% 0.37% -
HSV(B) 219.05º 1% 0.74% -
XYZ 11.13 7.57 49.02 -
YUV 60.29 200.63 85 -
System Red Green Blue C M Y K H S L
Decimal 0 66 189 1 0.65 0 0.26 219.05 1 0.37
Hex 0 42 BD 64 41 0 1A DB 64 25
Octal 0 102 275 144 101 0 32 333 144 45
Binary 0 1000010 10111101 1100100 1000001 0 11010 11011011 1100100 100101

Color Harmonies of #0042BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0042BD

Black with #0042BD

Text Example


Text Example

White with #0042BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0042BD; }

 p { color: rgb(0,66,189); }

 H1.HeaderClassName
 {
   color: #0042BD;
 }
 .AnyTagClassName
 {
   color: #0042BD;
 }
</style>

background-color css

<style>
 a { background-color: #0042BD; }

 a { background-color: rgb(0,66,189); }

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

border-color css

<style>
 span { border-color: #0042BD; }

 span { border-color: rgb(0,66,189); }

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