Html Css Color HEX #063BAB International Klein Blue

📋 copy color: '#063BAB'

red 6 ◦ green 59 ◦ blue 171

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

Shades of International Klein Blue #063BAB

Tints of International Klein Blue #063BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

 BLUE value IS 171 (67.19% from 255) = 72.46%

R = 2.54%
G = 25%
B = 72.46%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#063BAB (or 0x063BAB) is known color: International Klein Blue. HEX triplet: 06, 3B and AB. RGB value is (6,59,171). Sum of RGB (Red+Green+Blue) = 6+59+171=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #063BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BAB is #F9C454. Grayscale: #373737. Windows color (decimal): -16368725 or 11221766. OLE color: 11221766.

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

Color convert

RGB 6 59 171 -
CMYK 0.96 0.65 0 0.33
HSL 220.73º 0.93% 0.35% -
HSV(B) 220.73º 0.96% 0.67% -
XYZ 8.99 6.11 39.23 -
YUV 55.92 192.94 92.39 -
System Red Green Blue C M Y K H S L
Decimal 6 59 171 0.96 0.65 0 0.33 220.73 0.93 0.35
Hex 6 3B AB 60 41 0 21 DD 5D 23
Octal 6 73 253 140 101 0 41 335 135 43
Binary 110 111011 10101011 1100000 1000001 0 100001 11011101 1011101 100011

Color Harmonies of #063BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BAB

Black with #063BAB

Text Example


Text Example

White with #063BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,171); }

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

background-color css

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

 a { background-color: rgb(6,59,171); }

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

border-color css

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

 span { border-color: rgb(6,59,171); }

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