Html Css Color HEX #013AAF International Klein Blue

📋 copy color: '#013AAF'

red 1 ◦ green 58 ◦ blue 175

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

Shades of International Klein Blue #013AAF

Tints of International Klein Blue #013AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 74.79%

R = 0.43%
G = 24.79%
B = 74.79%

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

#013AAF (or 0x013AAF) is known color: International Klein Blue. HEX triplet: 01, 3A and AF. RGB value is (1,58,175). Sum of RGB (Red+Green+Blue) = 1+58+175=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #013AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AAF is #FEC550. Grayscale: #353535. Windows color (decimal): -16696657 or 11483649. OLE color: 11483649.

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

Color convert

RGB 1 58 175 -
CMYK 0.99 0.67 0 0.31
HSL 220.34º 0.99% 0.35% -
HSV(B) 220.34º 0.99% 0.69% -
XYZ 9.26 6.13 41.25 -
YUV 54.3 196.12 89.99 -
System Red Green Blue C M Y K H S L
Decimal 1 58 175 0.99 0.67 0 0.31 220.34 0.99 0.35
Hex 1 3A AF 63 43 0 1F DC 63 23
Octal 1 72 257 143 103 0 37 334 143 43
Binary 1 111010 10101111 1100011 1000011 0 11111 11011100 1100011 100011

Color Harmonies of #013AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AAF

Black with #013AAF

Text Example


Text Example

White with #013AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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