Html Css Color HEX #013DBF Cobalt

📋 copy color: '#013DBF'

red 1 ◦ green 61 ◦ blue 191

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

Shades of Cobalt #013DBF

Tints of Cobalt #013DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.49%

R = 0.4%
G = 24.11%
B = 75.49%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#013DBF (or 0x013DBF) is known color: Cobalt. HEX triplet: 01, 3D and BF. RGB value is (1,61,191). Sum of RGB (Red+Green+Blue) = 1+61+191=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #013DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DBF is #FEC240. Grayscale: #393939. Windows color (decimal): -16695873 or 12532993. OLE color: 12532993.

HSL color Cylindrical-coordinate representation of color #013DBF: hue angle of 221.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013DBF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 61 191 -
CMYK 0.99 0.68 0 0.25
HSL 221.05º 0.99% 0.38% -
HSV(B) 221.05º 0.99% 0.75% -
XYZ 11.09 7.11 50.08 -
YUV 57.88 203.12 87.43 -
System Red Green Blue C M Y K H S L
Decimal 1 61 191 0.99 0.68 0 0.25 221.05 0.99 0.38
Hex 1 3D BF 63 44 0 19 DD 63 26
Octal 1 75 277 143 104 0 31 335 143 46
Binary 1 111101 10111111 1100011 1000100 0 11001 11011101 1100011 100110

Color Harmonies of #013DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DBF

Black with #013DBF

Text Example


Text Example

White with #013DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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