Html Css Color HEX #063AAD International Klein Blue

📋 copy color: '#063AAD'

red 6 ◦ green 58 ◦ blue 173

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

Shades of International Klein Blue #063AAD

Tints of International Klein Blue #063AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 73%

R = 2.53%
G = 24.47%
B = 73%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#063AAD (or 0x063AAD) is known color: International Klein Blue. HEX triplet: 06, 3A and AD. RGB value is (6,58,173). Sum of RGB (Red+Green+Blue) = 6+58+173=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #063AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AAD is #F9C552. Grayscale: #373737. Windows color (decimal): -16368979 or 11352582. OLE color: 11352582.

HSL color Cylindrical-coordinate representation of color #063AAD: hue angle of 221.32º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AAD is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 58 173 -
CMYK 0.97 0.66 0 0.32
HSL 221.32º 0.93% 0.35% -
HSV(B) 221.32º 0.97% 0.68% -
XYZ 9.13 6.08 40.23 -
YUV 55.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 6 58 173 0.97 0.66 0 0.32 221.32 0.93 0.35
Hex 6 3A AD 61 42 0 20 DD 5D 23
Octal 6 72 255 141 102 0 40 335 135 43
Binary 110 111010 10101101 1100001 1000010 0 100000 11011101 1011101 100011

Color Harmonies of #063AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AAD

Black with #063AAD

Text Example


Text Example

White with #063AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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