Html Css Color HEX #063AB0 International Klein Blue

📋 copy color: '#063AB0'

red 6 ◦ green 58 ◦ blue 176

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

Shades of International Klein Blue #063AB0

Tints of International Klein Blue #063AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 73.33%

R = 2.5%
G = 24.17%
B = 73.33%

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

#063AB0 (or 0x063AB0) is known color: International Klein Blue. HEX triplet: 06, 3A and B0. RGB value is (6,58,176). Sum of RGB (Red+Green+Blue) = 6+58+176=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #063AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063AB0 is #F9C54F. Grayscale: #373737. Windows color (decimal): -16368976 or 11549190. OLE color: 11549190.

HSL color Cylindrical-coordinate representation of color #063AB0: hue angle of 221.65º 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 #063AB0 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 58 176 -
CMYK 0.97 0.67 0 0.31
HSL 221.65º 0.93% 0.36% -
HSV(B) 221.65º 0.97% 0.69% -
XYZ 9.42 6.2 41.77 -
YUV 55.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 6 58 176 0.97 0.67 0 0.31 221.65 0.93 0.36
Hex 6 3A B0 61 43 0 1F DE 5D 24
Octal 6 72 260 141 103 0 37 336 135 44
Binary 110 111010 10110000 1100001 1000011 0 11111 11011110 1011101 100100

Color Harmonies of #063AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AB0

Black with #063AB0

Text Example


Text Example

White with #063AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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