Html Css Color HEX #013AB0 International Klein Blue

📋 copy color: '#013AB0'

red 1 ◦ green 58 ◦ blue 176

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

Shades of International Klein Blue #013AB0

Tints of International Klein Blue #013AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

 BLUE value IS 176 (69.14% from 255) = 74.89%

R = 0.43%
G = 24.68%
B = 74.89%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#013AB0 (or 0x013AB0) is known color: International Klein Blue. HEX triplet: 01, 3A and B0. RGB value is (1,58,176). Sum of RGB (Red+Green+Blue) = 1+58+176=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 176 (69.14% from 255 or 74.89% from 235); Max value from RGB is 176 - color contains mainly: blue. Hex color #013AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AB0 is #FEC54F. Grayscale: #353535. Windows color (decimal): -16696656 or 11549185. OLE color: 11549185.

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

Color convert

RGB 1 58 176 -
CMYK 0.99 0.67 0 0.31
HSL 220.46º 0.99% 0.35% -
HSV(B) 220.46º 0.99% 0.69% -
XYZ 9.36 6.17 41.77 -
YUV 54.41 196.62 89.91 -
System Red Green Blue C M Y K H S L
Decimal 1 58 176 0.99 0.67 0 0.31 220.46 0.99 0.35
Hex 1 3A B0 63 43 0 1F DC 63 23
Octal 1 72 260 143 103 0 37 334 143 43
Binary 1 111010 10110000 1100011 1000011 0 11111 11011100 1100011 100011

Color Harmonies of #013AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AB0

Black with #013AB0

Text Example


Text Example

White with #013AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,176); }

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

background-color css

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

 a { background-color: rgb(1,58,176); }

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

border-color css

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

 span { border-color: rgb(1,58,176); }

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