Html Css Color HEX #013AA5 International Klein Blue

📋 copy color: '#013AA5'

red 1 ◦ green 58 ◦ blue 165

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

Shades of International Klein Blue #013AA5

Tints of International Klein Blue #013AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 73.66%

R = 0.45%
G = 25.89%
B = 73.66%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#013AA5 (or 0x013AA5) is known color: International Klein Blue. HEX triplet: 01, 3A and A5. RGB value is (1,58,165). Sum of RGB (Red+Green+Blue) = 1+58+165=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #013AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AA5 is #FEC55A. Grayscale: #343434. Windows color (decimal): -16696667 or 10828289. OLE color: 10828289.

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

Color convert

RGB 1 58 165 -
CMYK 0.99 0.65 0 0.35
HSL 219.15º 0.99% 0.33% -
HSV(B) 219.15º 0.99% 0.65% -
XYZ 8.32 5.75 36.27 -
YUV 53.16 191.12 90.8 -
System Red Green Blue C M Y K H S L
Decimal 1 58 165 0.99 0.65 0 0.35 219.15 0.99 0.33
Hex 1 3A A5 63 41 0 23 DB 63 21
Octal 1 72 245 143 101 0 43 333 143 41
Binary 1 111010 10100101 1100011 1000001 0 100011 11011011 1100011 100001

Color Harmonies of #013AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AA5

Black with #013AA5

Text Example


Text Example

White with #013AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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