Html Css Color HEX #013DBB Cobalt

📋 copy color: '#013DBB'

red 1 ◦ green 61 ◦ blue 187

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

Shades of Cobalt #013DBB

Tints of Cobalt #013DBB

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

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

R = 0.4%
G = 24.5%
B = 75.1%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#013DBB (or 0x013DBB) is known color: Cobalt. HEX triplet: 01, 3D and BB. RGB value is (1,61,187). Sum of RGB (Red+Green+Blue) = 1+61+187=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #013DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DBB is #FEC244. Grayscale: #383838. Windows color (decimal): -16695877 or 12270849. OLE color: 12270849.

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

Color convert

RGB 1 61 187 -
CMYK 0.99 0.67 0 0.27
HSL 220.65º 0.99% 0.37% -
HSV(B) 220.65º 0.99% 0.73% -
XYZ 10.65 6.93 47.79 -
YUV 57.42 201.12 87.75 -
System Red Green Blue C M Y K H S L
Decimal 1 61 187 0.99 0.67 0 0.27 220.65 0.99 0.37
Hex 1 3D BB 63 43 0 1B DD 63 25
Octal 1 75 273 143 103 0 33 335 143 45
Binary 1 111101 10111011 1100011 1000011 0 11011 11011101 1100011 100101

Color Harmonies of #013DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DBB

Black with #013DBB

Text Example


Text Example

White with #013DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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