Html Css Color HEX #013BA5 International Klein Blue

📋 copy color: '#013BA5'

red 1 ◦ green 59 ◦ blue 165

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

Shades of International Klein Blue #013BA5

Tints of International Klein Blue #013BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.22%

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

R = 0.44%
G = 26.22%
B = 73.33%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#013BA5 (or 0x013BA5) is known color: International Klein Blue. HEX triplet: 01, 3B and A5. RGB value is (1,59,165). Sum of RGB (Red+Green+Blue) = 1+59+165=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #013BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BA5 is #FEC45A. Grayscale: #353535. Windows color (decimal): -16696411 or 10828545. OLE color: 10828545.

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

Color convert

RGB 1 59 165 -
CMYK 0.99 0.64 0 0.35
HSL 218.78º 0.99% 0.33% -
HSV(B) 218.78º 0.99% 0.65% -
XYZ 8.37 5.85 36.29 -
YUV 53.74 190.78 90.38 -
System Red Green Blue C M Y K H S L
Decimal 1 59 165 0.99 0.64 0 0.35 218.78 0.99 0.33
Hex 1 3B A5 63 40 0 23 DB 63 21
Octal 1 73 245 143 100 0 43 333 143 41
Binary 1 111011 10100101 1100011 1000000 0 100011 11011011 1100011 100001

Color Harmonies of #013BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BA5

Black with #013BA5

Text Example


Text Example

White with #013BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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