Html Css Color HEX #004BBC Cobalt

📋 copy color: '#004BBC'

red 0 ◦ green 75 ◦ blue 188

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

Shades of Cobalt #004BBC

Tints of Cobalt #004BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.52%

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

R = 0%
G = 28.52%
B = 71.48%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#004BBC (or 0x004BBC) is known color: Cobalt. HEX triplet: 00, 4B and BC. RGB value is (0,75,188). Sum of RGB (Red+Green+Blue) = 0+75+188=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #004BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BBC is #FFB443. Grayscale: #404040. Windows color (decimal): -16757828 or 12339968. OLE color: 12339968.

HSL color Cylindrical-coordinate representation of color #004BBC: hue angle of 216.06º 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 #004BBC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 75 188 -
CMYK 1 0.60 0 0.26
HSL 216.06º 1% 0.37% -
HSV(B) 216.06º 1% 0.74% -
XYZ 11.59 8.66 48.64 -
YUV 65.46 197.15 81.31 -
System Red Green Blue C M Y K H S L
Decimal 0 75 188 1 0.60 0 0.26 216.06 1 0.37
Hex 0 4B BC 64 3C 0 1A D8 64 25
Octal 0 113 274 144 74 0 32 330 144 45
Binary 0 1001011 10111100 1100100 111100 0 11010 11011000 1100100 100101

Color Harmonies of #004BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BBC

Black with #004BBC

Text Example


Text Example

White with #004BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004BBC; }

 p { color: rgb(0,75,188); }

 H1.HeaderClassName
 {
   color: #004BBC;
 }
 .AnyTagClassName
 {
   color: #004BBC;
 }
</style>

background-color css

<style>
 a { background-color: #004BBC; }

 a { background-color: rgb(0,75,188); }

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

border-color css

<style>
 span { border-color: #004BBC; }

 span { border-color: rgb(0,75,188); }

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