Html Css Color HEX #063AB9 International Klein Blue

📋 copy color: '#063AB9'

red 6 ◦ green 58 ◦ blue 185

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

Shades of International Klein Blue #063AB9

Tints of International Klein Blue #063AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.3%

R = 2.41%
G = 23.29%
B = 74.3%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#063AB9 (or 0x063AB9) is known color: International Klein Blue. HEX triplet: 06, 3A and B9. RGB value is (6,58,185). Sum of RGB (Red+Green+Blue) = 6+58+185=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #063AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063AB9 is #F9C546. Grayscale: #383838. Windows color (decimal): -16368967 or 12139014. OLE color: 12139014.

HSL color Cylindrical-coordinate representation of color #063AB9: hue angle of 222.57º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063AB9 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 58 185 -
CMYK 0.97 0.69 0 0.27
HSL 222.57º 0.94% 0.37% -
HSV(B) 222.57º 0.97% 0.73% -
XYZ 10.35 6.57 46.62 -
YUV 56.93 200.27 91.67 -
System Red Green Blue C M Y K H S L
Decimal 6 58 185 0.97 0.69 0 0.27 222.57 0.94 0.37
Hex 6 3A B9 61 45 0 1B DF 5E 25
Octal 6 72 271 141 105 0 33 337 136 45
Binary 110 111010 10111001 1100001 1000101 0 11011 11011111 1011110 100101

Color Harmonies of #063AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063AB9

Black with #063AB9

Text Example


Text Example

White with #063AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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