Html Css Color HEX #063AB5 International Klein Blue

📋 copy color: '#063AB5'

red 6 ◦ green 58 ◦ blue 181

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

Shades of International Klein Blue #063AB5

Tints of International Klein Blue #063AB5

RGB

 RED value IS 6 (2.73% from 255) = 2.45%

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

 BLUE value IS 181 (71.09% from 255) = 73.88%

R = 2.45%
G = 23.67%
B = 73.88%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#063AB5 (or 0x063AB5) is known color: International Klein Blue. HEX triplet: 06, 3A and B5. RGB value is (6,58,181). Sum of RGB (Red+Green+Blue) = 6+58+181=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #063AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063AB5 is #F9C54A. Grayscale: #373737. Windows color (decimal): -16368971 or 11876870. OLE color: 11876870.

HSL color Cylindrical-coordinate representation of color #063AB5: hue angle of 222.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AB5 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 58 181 -
CMYK 0.97 0.68 0 0.29
HSL 222.17º 0.94% 0.37% -
HSV(B) 222.17º 0.97% 0.71% -
XYZ 9.93 6.4 44.43 -
YUV 56.47 198.27 92 -
System Red Green Blue C M Y K H S L
Decimal 6 58 181 0.97 0.68 0 0.29 222.17 0.94 0.37
Hex 6 3A B5 61 44 0 1D DE 5E 25
Octal 6 72 265 141 104 0 35 336 136 45
Binary 110 111010 10110101 1100001 1000100 0 11101 11011110 1011110 100101

Color Harmonies of #063AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AB5

Black with #063AB5

Text Example


Text Example

White with #063AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063AB5; }

 p { color: rgb(6,58,181); }

 H1.HeaderClassName
 {
   color: #063AB5;
 }
 .AnyTagClassName
 {
   color: #063AB5;
 }
</style>

background-color css

<style>
 a { background-color: #063AB5; }

 a { background-color: rgb(6,58,181); }

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

border-color css

<style>
 span { border-color: #063AB5; }

 span { border-color: rgb(6,58,181); }

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