Html Css Color HEX #004BBA Cobalt

📋 copy color: '#004BBA'

red 0 ◦ green 75 ◦ blue 186

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

Shades of Cobalt #004BBA

Tints of Cobalt #004BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 0%
G = 28.74%
B = 71.26%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004BBA (or 0x004BBA) is known color: Cobalt. HEX triplet: 00, 4B and BA. RGB value is (0,75,186). Sum of RGB (Red+Green+Blue) = 0+75+186=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #004BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004BBA is #FFB445. Grayscale: #404040. Windows color (decimal): -16757830 or 12208896. OLE color: 12208896.

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

Color convert

RGB 0 75 186 -
CMYK 1 0.60 0 0.27
HSL 215.81º 1% 0.36% -
HSV(B) 215.81º 1% 0.73% -
XYZ 11.38 8.58 47.51 -
YUV 65.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 0 75 186 1 0.60 0 0.27 215.81 1 0.36
Hex 0 4B BA 64 3C 0 1B D8 64 24
Octal 0 113 272 144 74 0 33 330 144 44
Binary 0 1001011 10111010 1100100 111100 0 11011 11011000 1100100 100100

Color Harmonies of #004BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004BBA

Black with #004BBA

Text Example


Text Example

White with #004BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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