Html Css Color HEX #003DBB Cobalt

📋 copy color: '#003DBB'

red 0 ◦ green 61 ◦ blue 187

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

Shades of Cobalt #003DBB

Tints of Cobalt #003DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 0%
G = 24.6%
B = 75.4%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#003DBB (or 0x003DBB) is known color: Cobalt. HEX triplet: 00, 3D and BB. RGB value is (0,61,187). Sum of RGB (Red+Green+Blue) = 0+61+187=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #003DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003DBB is #FFC244. Grayscale: #383838. Windows color (decimal): -16761413 or 12270848. OLE color: 12270848.

HSL color Cylindrical-coordinate representation of color #003DBB: hue angle of 220.43º 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 #003DBB is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 61 187 -
CMYK 1 0.67 0 0.27
HSL 220.43º 1% 0.37% -
HSV(B) 220.43º 1% 0.73% -
XYZ 10.64 6.93 47.79 -
YUV 57.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 0 61 187 1 0.67 0 0.27 220.43 1 0.37
Hex 0 3D BB 64 43 0 1B DC 64 25
Octal 0 75 273 144 103 0 33 334 144 45
Binary 0 111101 10111011 1100100 1000011 0 11011 11011100 1100100 100101

Color Harmonies of #003DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DBB

Black with #003DBB

Text Example


Text Example

White with #003DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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