Html Css Color HEX #013AA4 International Klein Blue

📋 copy color: '#013AA4'

red 1 ◦ green 58 ◦ blue 164

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

Shades of International Klein Blue #013AA4

Tints of International Klein Blue #013AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 73.54%

R = 0.45%
G = 26.01%
B = 73.54%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#013AA4 (or 0x013AA4) is known color: International Klein Blue. HEX triplet: 01, 3A and A4. RGB value is (1,58,164). Sum of RGB (Red+Green+Blue) = 1+58+164=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #013AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AA4 is #FEC55B. Grayscale: #343434. Windows color (decimal): -16696668 or 10762753. OLE color: 10762753.

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

Color convert

RGB 1 58 164 -
CMYK 0.99 0.65 0 0.36
HSL 219.02º 0.99% 0.32% -
HSV(B) 219.02º 0.99% 0.64% -
XYZ 8.23 5.71 35.79 -
YUV 53.04 190.62 90.88 -
System Red Green Blue C M Y K H S L
Decimal 1 58 164 0.99 0.65 0 0.36 219.02 0.99 0.32
Hex 1 3A A4 63 41 0 24 DB 63 20
Octal 1 72 244 143 101 0 44 333 143 40
Binary 1 111010 10100100 1100011 1000001 0 100100 11011011 1100011 100000

Color Harmonies of #013AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AA4

Black with #013AA4

Text Example


Text Example

White with #013AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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