Html Css Color HEX #004DBB Cobalt

📋 copy color: '#004DBB'

red 0 ◦ green 77 ◦ blue 187

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

Shades of Cobalt #004DBB

Tints of Cobalt #004DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004DBB (or 0x004DBB) is known color: Cobalt. HEX triplet: 00, 4D and BB. RGB value is (0,77,187). Sum of RGB (Red+Green+Blue) = 0+77+187=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #004DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DBB is #FFB244. Grayscale: #424242. Windows color (decimal): -16757317 or 12274944. OLE color: 12274944.

HSL color Cylindrical-coordinate representation of color #004DBB: hue angle of 215.29º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DBB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 77 187 -
CMYK 1 0.59 0 0.27
HSL 215.29º 1% 0.37% -
HSV(B) 215.29º 1% 0.73% -
XYZ 11.62 8.9 48.12 -
YUV 66.52 195.99 80.56 -
System Red Green Blue C M Y K H S L
Decimal 0 77 187 1 0.59 0 0.27 215.29 1 0.37
Hex 0 4D BB 64 3B 0 1B D7 64 25
Octal 0 115 273 144 73 0 33 327 144 45
Binary 0 1001101 10111011 1100100 111011 0 11011 11010111 1100100 100101

Color Harmonies of #004DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DBB

Black with #004DBB

Text Example


Text Example

White with #004DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,77,187); }

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

background-color css

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

 a { background-color: rgb(0,77,187); }

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

border-color css

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

 span { border-color: rgb(0,77,187); }

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