Html Css Color HEX #013DBA Cobalt

📋 copy color: '#013DBA'

red 1 ◦ green 61 ◦ blue 186

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

Shades of Cobalt #013DBA

Tints of Cobalt #013DBA

RGB

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

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

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

R = 0.4%
G = 24.6%
B = 75%

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

#013DBA (or 0x013DBA) is known color: Cobalt. HEX triplet: 01, 3D and BA. RGB value is (1,61,186). Sum of RGB (Red+Green+Blue) = 1+61+186=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #013DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DBA is #FEC245. Grayscale: #383838. Windows color (decimal): -16695878 or 12205313. OLE color: 12205313.

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

Color convert

RGB 1 61 186 -
CMYK 0.99 0.67 0 0.27
HSL 220.54º 0.99% 0.37% -
HSV(B) 220.54º 0.99% 0.73% -
XYZ 10.54 6.89 47.23 -
YUV 57.31 200.62 87.84 -
System Red Green Blue C M Y K H S L
Decimal 1 61 186 0.99 0.67 0 0.27 220.54 0.99 0.37
Hex 1 3D BA 63 43 0 1B DD 63 25
Octal 1 75 272 143 103 0 33 335 143 45
Binary 1 111101 10111010 1100011 1000011 0 11011 11011101 1100011 100101

Color Harmonies of #013DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013DBA

Black with #013DBA

Text Example


Text Example

White with #013DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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