Html Css Color HEX #0041CC Cobalt

📋 copy color: '#0041CC'

red 0 ◦ green 65 ◦ blue 204

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

Shades of Cobalt #0041CC

Tints of Cobalt #0041CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 0%
G = 24.16%
B = 75.84%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0041CC (or 0x0041CC) is known color: Cobalt. HEX triplet: 00, 41 and CC. RGB value is (0,65,204). Sum of RGB (Red+Green+Blue) = 0+65+204=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #0041CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041CC is #FFBE33. Grayscale: #3C3C3C. Windows color (decimal): -16760372 or 13385984. OLE color: 13385984.

HSL color Cylindrical-coordinate representation of color #0041CC: hue angle of 220.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041CC is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 65 204 -
CMYK 1 0.68 0 0.2
HSL 220.88º 1% 0.4% -
HSV(B) 220.88º 1% 0.8% -
XYZ 12.79 8.14 58.02 -
YUV 61.41 208.47 84.2 -
System Red Green Blue C M Y K H S L
Decimal 0 65 204 1 0.68 0 0.2 220.88 1 0.4
Hex 0 41 CC 64 44 0 14 DD 64 28
Octal 0 101 314 144 104 0 24 335 144 50
Binary 0 1000001 11001100 1100100 1000100 0 10100 11011101 1100100 101000

Color Harmonies of #0041CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0041CC

Black with #0041CC

Text Example


Text Example

White with #0041CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0041CC; }

 p { color: rgb(0,65,204); }

 H1.HeaderClassName
 {
   color: #0041CC;
 }
 .AnyTagClassName
 {
   color: #0041CC;
 }
</style>

background-color css

<style>
 a { background-color: #0041CC; }

 a { background-color: rgb(0,65,204); }

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

border-color css

<style>
 span { border-color: #0041CC; }

 span { border-color: rgb(0,65,204); }

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