Html Css Color HEX #013AAB International Klein Blue

📋 copy color: '#013AAB'

red 1 ◦ green 58 ◦ blue 171

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

Shades of International Klein Blue #013AAB

Tints of International Klein Blue #013AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.35%

R = 0.43%
G = 25.22%
B = 74.35%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#013AAB (or 0x013AAB) is known color: International Klein Blue. HEX triplet: 01, 3A and AB. RGB value is (1,58,171). Sum of RGB (Red+Green+Blue) = 1+58+171=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #013AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AAB is #FEC554. Grayscale: #353535. Windows color (decimal): -16696661 or 11221505. OLE color: 11221505.

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

Color convert

RGB 1 58 171 -
CMYK 0.99 0.66 0 0.33
HSL 219.88º 0.99% 0.34% -
HSV(B) 219.88º 0.99% 0.67% -
XYZ 8.88 5.97 39.21 -
YUV 53.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 1 58 171 0.99 0.66 0 0.33 219.88 0.99 0.34
Hex 1 3A AB 63 42 0 21 DC 63 22
Octal 1 72 253 143 102 0 41 334 143 42
Binary 1 111010 10101011 1100011 1000010 0 100001 11011100 1100011 100010

Color Harmonies of #013AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AAB

Black with #013AAB

Text Example


Text Example

White with #013AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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