Html Css Color HEX #013AAE International Klein Blue

📋 copy color: '#013AAE'

red 1 ◦ green 58 ◦ blue 174

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

Shades of International Klein Blue #013AAE

Tints of International Klein Blue #013AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 0.43%
G = 24.89%
B = 74.68%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#013AAE (or 0x013AAE) is known color: International Klein Blue. HEX triplet: 01, 3A and AE. RGB value is (1,58,174). Sum of RGB (Red+Green+Blue) = 1+58+174=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #013AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AAE is #FEC551. Grayscale: #353535. Windows color (decimal): -16696658 or 11418113. OLE color: 11418113.

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

Color convert

RGB 1 58 174 -
CMYK 0.99 0.67 0 0.32
HSL 220.23º 0.99% 0.34% -
HSV(B) 220.23º 0.99% 0.68% -
XYZ 9.17 6.09 40.74 -
YUV 54.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 1 58 174 0.99 0.67 0 0.32 220.23 0.99 0.34
Hex 1 3A AE 63 43 0 20 DC 63 22
Octal 1 72 256 143 103 0 40 334 143 42
Binary 1 111010 10101110 1100011 1000011 0 100000 11011100 1100011 100010

Color Harmonies of #013AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AAE

Black with #013AAE

Text Example


Text Example

White with #013AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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