Html Css Color HEX #003BB8 Cobalt

📋 copy color: '#003BB8'

red 0 ◦ green 59 ◦ blue 184

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

Shades of Cobalt #003BB8

Tints of Cobalt #003BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

 BLUE value IS 184 (72.27% from 255) = 75.72%

R = 0%
G = 24.28%
B = 75.72%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#003BB8 (or 0x003BB8) is known color: Cobalt. HEX triplet: 00, 3B and B8. RGB value is (0,59,184). Sum of RGB (Red+Green+Blue) = 0+59+184=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 184 (72.27% from 255 or 75.72% from 243); Max value from RGB is 184 - color contains mainly: blue. Hex color #003BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003BB8 is #FFC447. Grayscale: #373737. Windows color (decimal): -16761928 or 12073728. OLE color: 12073728.

HSL color Cylindrical-coordinate representation of color #003BB8: hue angle of 220.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003BB8 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 59 184 -
CMYK 1 0.68 0 0.28
HSL 220.76º 1% 0.36% -
HSV(B) 220.76º 1% 0.72% -
XYZ 10.22 6.59 46.08 -
YUV 55.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 0 59 184 1 0.68 0 0.28 220.76 1 0.36
Hex 0 3B B8 64 44 0 1C DD 64 24
Octal 0 73 270 144 104 0 34 335 144 44
Binary 0 111011 10111000 1100100 1000100 0 11100 11011101 1100100 100100

Color Harmonies of #003BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BB8

Black with #003BB8

Text Example


Text Example

White with #003BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003BB8; }

 p { color: rgb(0,59,184); }

 H1.HeaderClassName
 {
   color: #003BB8;
 }
 .AnyTagClassName
 {
   color: #003BB8;
 }
</style>

background-color css

<style>
 a { background-color: #003BB8; }

 a { background-color: rgb(0,59,184); }

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

border-color css

<style>
 span { border-color: #003BB8; }

 span { border-color: rgb(0,59,184); }

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