Html Css Color HEX #013AAD International Klein Blue

📋 copy color: '#013AAD'

red 1 ◦ green 58 ◦ blue 173

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

Shades of International Klein Blue #013AAD

Tints of International Klein Blue #013AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 74.57%

R = 0.43%
G = 25%
B = 74.57%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013AAD (or 0x013AAD) is known color: International Klein Blue. HEX triplet: 01, 3A and AD. RGB value is (1,58,173). Sum of RGB (Red+Green+Blue) = 1+58+173=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #013AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AAD is #FEC552. Grayscale: #353535. Windows color (decimal): -16696659 or 11352577. OLE color: 11352577.

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

Color convert

RGB 1 58 173 -
CMYK 0.99 0.66 0 0.32
HSL 220.12º 0.99% 0.34% -
HSV(B) 220.12º 0.99% 0.68% -
XYZ 9.07 6.05 40.22 -
YUV 54.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 1 58 173 0.99 0.66 0 0.32 220.12 0.99 0.34
Hex 1 3A AD 63 42 0 20 DC 63 22
Octal 1 72 255 143 102 0 40 334 143 42
Binary 1 111010 10101101 1100011 1000010 0 100000 11011100 1100011 100010

Color Harmonies of #013AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AAD

Black with #013AAD

Text Example


Text Example

White with #013AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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