Html Css Color HEX #063BAE International Klein Blue

📋 copy color: '#063BAE'

red 6 ◦ green 59 ◦ blue 174

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

Shades of International Klein Blue #063BAE

Tints of International Klein Blue #063BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.8%

R = 2.51%
G = 24.69%
B = 72.8%

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

#063BAE (or 0x063BAE) is known color: International Klein Blue. HEX triplet: 06, 3B and AE. RGB value is (6,59,174). Sum of RGB (Red+Green+Blue) = 6+59+174=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #063BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063BAE is #F9C451. Grayscale: #373737. Windows color (decimal): -16368722 or 11418374. OLE color: 11418374.

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

Color convert

RGB 6 59 174 -
CMYK 0.97 0.66 0 0.32
HSL 221.07º 0.93% 0.35% -
HSV(B) 221.07º 0.97% 0.68% -
XYZ 9.28 6.22 40.76 -
YUV 56.26 194.44 92.15 -
System Red Green Blue C M Y K H S L
Decimal 6 59 174 0.97 0.66 0 0.32 221.07 0.93 0.35
Hex 6 3B AE 61 42 0 20 DD 5D 23
Octal 6 73 256 141 102 0 40 335 135 43
Binary 110 111011 10101110 1100001 1000010 0 100000 11011101 1011101 100011

Color Harmonies of #063BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063BAE

Black with #063BAE

Text Example


Text Example

White with #063BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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