Html Css Color HEX #063AB1 International Klein Blue

📋 copy color: '#063AB1'

red 6 ◦ green 58 ◦ blue 177

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

Shades of International Klein Blue #063AB1

Tints of International Klein Blue #063AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 73.44%

R = 2.49%
G = 24.07%
B = 73.44%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#063AB1 (or 0x063AB1) is known color: International Klein Blue. HEX triplet: 06, 3A and B1. RGB value is (6,58,177). Sum of RGB (Red+Green+Blue) = 6+58+177=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #063AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AB1 is #F9C54E. Grayscale: #373737. Windows color (decimal): -16368975 or 11614726. OLE color: 11614726.

HSL color Cylindrical-coordinate representation of color #063AB1: hue angle of 221.75º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AB1 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 58 177 -
CMYK 0.97 0.67 0 0.31
HSL 221.75º 0.93% 0.36% -
HSV(B) 221.75º 0.97% 0.69% -
XYZ 9.52 6.24 42.3 -
YUV 56.02 196.27 92.32 -
System Red Green Blue C M Y K H S L
Decimal 6 58 177 0.97 0.67 0 0.31 221.75 0.93 0.36
Hex 6 3A B1 61 43 0 1F DE 5D 24
Octal 6 72 261 141 103 0 37 336 135 44
Binary 110 111010 10110001 1100001 1000011 0 11111 11011110 1011101 100100

Color Harmonies of #063AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AB1

Black with #063AB1

Text Example


Text Example

White with #063AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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