Html Css Color HEX #063AA4 International Klein Blue

📋 copy color: '#063AA4'

red 6 ◦ green 58 ◦ blue 164

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

Shades of International Klein Blue #063AA4

Tints of International Klein Blue #063AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 71.93%

R = 2.63%
G = 25.44%
B = 71.93%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#063AA4 (or 0x063AA4) is known color: International Klein Blue. HEX triplet: 06, 3A and A4. RGB value is (6,58,164). Sum of RGB (Red+Green+Blue) = 6+58+164=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #063AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AA4 is #F9C55B. Grayscale: #363636. Windows color (decimal): -16368988 or 10762758. OLE color: 10762758.

HSL color Cylindrical-coordinate representation of color #063AA4: hue angle of 220.25º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063AA4 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 58 164 -
CMYK 0.96 0.65 0 0.36
HSL 220.25º 0.93% 0.33% -
HSV(B) 220.25º 0.96% 0.64% -
XYZ 8.29 5.75 35.79 -
YUV 54.54 189.77 93.38 -
System Red Green Blue C M Y K H S L
Decimal 6 58 164 0.96 0.65 0 0.36 220.25 0.93 0.33
Hex 6 3A A4 60 41 0 24 DC 5D 21
Octal 6 72 244 140 101 0 44 334 135 41
Binary 110 111010 10100100 1100000 1000001 0 100100 11011100 1011101 100001

Color Harmonies of #063AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AA4

Black with #063AA4

Text Example


Text Example

White with #063AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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