Html Css Color HEX #011FA5 International Klein Blue

📋 copy color: '#011FA5'

red 1 ◦ green 31 ◦ blue 165

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

Shades of International Klein Blue #011FA5

Tints of International Klein Blue #011FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

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

R = 0.51%
G = 15.74%
B = 83.76%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#011FA5 (or 0x011FA5) is known color: International Klein Blue. HEX triplet: 01, 1F and A5. RGB value is (1,31,165). Sum of RGB (Red+Green+Blue) = 1+31+165=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 165 (64.84% from 255 or 83.76% from 197); Max value from RGB is 165 - color contains mainly: blue. Hex color #011FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011FA5 is #FEE05A. Grayscale: #242424. Windows color (decimal): -16703579 or 10821377. OLE color: 10821377.

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

Color convert

RGB 1 31 165 -
CMYK 0.99 0.81 0 0.35
HSL 229.02º 0.99% 0.33% -
HSV(B) 229.02º 0.99% 0.65% -
XYZ 7.29 3.7 35.93 -
YUV 37.31 200.06 102.1 -
System Red Green Blue C M Y K H S L
Decimal 1 31 165 0.99 0.81 0 0.35 229.02 0.99 0.33
Hex 1 1F A5 63 51 0 23 E5 63 21
Octal 1 37 245 143 121 0 43 345 143 41
Binary 1 11111 10100101 1100011 1010001 0 100011 11100101 1100011 100001

Color Harmonies of #011FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FA5

Black with #011FA5

Text Example


Text Example

White with #011FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011FA5; }

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

 H1.HeaderClassName
 {
   color: #011FA5;
 }
 .AnyTagClassName
 {
   color: #011FA5;
 }
</style>

background-color css

<style>
 a { background-color: #011FA5; }

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

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

border-color css

<style>
 span { border-color: #011FA5; }

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

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